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.
2 parents 226ba52 + 827439b commit 9475aceCopy full SHA for 9475ace
.github/workflows/pypi.yml
@@ -46,7 +46,7 @@ jobs:
46
47
- name: Publish a Python distribution to PyPI
48
if: success() && github.event_name == 'release'
49
- uses: pypa/[email protected].11
+ uses: pypa/[email protected].12
50
with:
51
user: __token__
52
password: ${{ secrets.PYPI_PASSWORD }}
0 commit comments