Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

- name: Publish the release notes
id: create-release
uses: release-drafter/release-drafter@v6.1.0
uses: release-drafter/release-drafter@v6.4.0
with:
publish: ${{ steps.check-version.outputs.tag != '' }}
tag: ${{ steps.check-version.outputs.tag }}
Expand Down Expand Up @@ -92,6 +92,6 @@ jobs:
- name: Publish package on TestPyPI
continue-on-error: true
if: "! needs.release.outputs.tag"
uses: pypa/gh-action-pypi-publish@v1.13.0
uses: pypa/gh-action-pypi-publish@v1.14.0
with:
repository-url: https://test.pypi.org/legacy/
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
uv run nox --session=coverage -- xml

- name: Upload coverage report
uses: codecov/codecov-action@v5.5.1
uses: codecov/codecov-action@v5.5.4
env:
token: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down
Loading