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 6de1fd6 commit fb3c892Copy full SHA for fb3c892
.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.6.4
+ uses: pypa/gh-action-pypi-publish@v1.7.1
39
with:
40
user: __token__
41
password: ${{ secrets.PYPI_TOKEN }}
0 commit comments