We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7dd8db commit 0d554beCopy full SHA for 0d554be
.github/workflows/release-test.yaml
@@ -49,7 +49,7 @@ jobs:
49
repository-url: https://test.pypi.org/legacy/
50
51
- name: Publish | Upload to GitHub Release Assets
52
- uses: python-semantic-release/publish-action@v9.17.0
+ uses: python-semantic-release/publish-action@v9.18.0
53
if: steps.release.outputs.released == 'true'
54
with:
55
github_token: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/release.yaml
@@ -51,7 +51,7 @@ jobs:
password: ${{ secrets.PYPI_API_TOKEN }}
56
57
0 commit comments