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 4057679 commit 0c601d5Copy full SHA for 0c601d5
.github/workflows/publish_pypi.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Build wheel
26
run: python setup.py sdist bdist_wheel
27
- name: Publish to PyPI
28
- uses: pypa/[email protected]
+ uses: pypa/[email protected].11
29
with:
30
user: __token__
31
password: ${{ secrets.PYPI_TOKEN }}
0 commit comments