Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
engeir committed Feb 21, 2024
2 parents 29f1a9e + 0677bce commit 7433bdf
Show file tree
Hide file tree
Showing 4 changed files with 116 additions and 115 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
# repository_url: https://test.pypi.org/legacy/

- name: Publish the release notes
uses: release-drafter/release-drafter@v5.25.0
uses: release-drafter/release-drafter@v6.0.0
with:
publish: ${{ steps.check-version.outputs.tag != '' }}
tag: ${{ steps.check-version.outputs.tag }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
poetry run pytest --cov=./ --cov-report=xml
- name: Coverage upload
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
directory: ./coverage/reports/
Expand Down
Loading

0 comments on commit 7433bdf

Please sign in to comment.