We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4eed323 + f925348 commit 7953604Copy full SHA for 7953604
.github/workflows/python-publish.yml
@@ -29,7 +29,7 @@ jobs:
29
python -m twine check dist/*
30
31
- name: Build and publish
32
- uses: pypa/gh-action-pypi-publish@v1.8.11
+ uses: pypa/gh-action-pypi-publish@v1.8.12
33
with:
34
user: __token__
35
password: ${{ secrets.PYPI_TOKEN }}
0 commit comments