We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7953604 + 00818af commit 2fd8162Copy full SHA for 2fd8162
.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/[email protected].12
+ uses: pypa/[email protected].14
33
with:
34
user: __token__
35
password: ${{ secrets.PYPI_TOKEN }}
0 commit comments