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 02571ae commit 2b873efCopy full SHA for 2b873ef
.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/[email protected].6
+ uses: pypa/[email protected].7
32
with:
33
user: ${{ secrets.PYPI_USERNAME }}
34
password: ${{ secrets.PYPI_PASSWORD }}
0 commit comments