We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 263bc44 + a6e84ec commit 6bd6319Copy full SHA for 6bd6319
.github/workflows/pypi-release.yml
@@ -19,7 +19,7 @@ jobs:
19
twine check dist/*
20
- name: Publish package
21
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
22
- uses: pypa/[email protected].3
+ uses: pypa/[email protected].4
23
with:
24
user: __token__
25
password: ${{ secrets.pypi_password }}
0 commit comments