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.
1 parent 7dfd65b commit 759b9cdCopy full SHA for 759b9cd
.github/workflows/publish_pypi.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Check with twine
36
run: python -m twine check --strict dist/*
37
- name: Publish to PyPI
38
- uses: pypa/[email protected].5
+ uses: pypa/[email protected].6
39
with:
40
user: __token__
41
password: ${{ secrets.PYPI_TOKEN }}
0 commit comments