Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
fritz-astronomer committed Aug 28, 2024
1 parent e613c3d commit 6092f76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
with:
python-version: '3.10'
cache: 'pip'
- uses: extractions/setup-just@v1
- uses: extractions/setup-just@v2
- run: just install
- run: |
git fetch origin
Expand All @@ -29,7 +29,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
- uses: extractions/setup-just@v1
- uses: extractions/setup-just@v2
- run: just install
- run: just test-with-coverage
- uses: codecov/codecov-action@v4
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
python-version: '3.10'
cache: 'pip'
- uses: extractions/setup-just@v1
- uses: extractions/setup-just@v2
- run: just install
- run: just build
- run: just package
Expand All @@ -28,7 +28,7 @@ jobs:
steps:
- uses: actions/download-artifact@v4
- run: ls -R
- uses: softprops/action-gh-release@v1
- uses: softprops/action-gh-release@v2
with:
prerelease: true
generate_release_notes: true
Expand Down

0 comments on commit 6092f76

Please sign in to comment.