We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6cef762 + 2c2e2a4 commit 7897d1cCopy full SHA for 7897d1c
.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.14
+ uses: pypa/gh-action-pypi-publish@v1.9.0
33
with:
34
user: __token__
35
password: ${{ secrets.PYPI_TOKEN }}
0 commit comments