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 3b32786 commit f874b83Copy full SHA for f874b83
.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/gh-action-pypi-publish@v1.8.1
+ uses: pypa/gh-action-pypi-publish@v1.8.3
39
with:
40
user: __token__
41
password: ${{ secrets.PYPI_TOKEN }}
0 commit comments