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 6280fe1 commit 7a87e6cCopy full SHA for 7a87e6c
.github/workflows/pypi.yml
@@ -28,7 +28,7 @@ jobs:
28
run: |
29
python -m twine check dist/*
30
- name: Publish package to PyPI
31
- uses: pypa/gh-action-pypi-publish@v1.8.1
+ uses: pypa/gh-action-pypi-publish@v1.8.4
32
with:
33
user: ${{ secrets.PYPI_USERNAME }}
34
password: ${{ secrets.PYPI_PASSWORD }}
0 commit comments