We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1251a5e commit a939124Copy full SHA for a939124
.github/workflows/pypi-release.yaml
@@ -70,7 +70,7 @@ jobs:
70
name: releases
71
path: dist
72
- name: Publish package to PyPI
73
- uses: pypa/[email protected].2
+ uses: pypa/[email protected].3
74
with:
75
user: __token__
76
password: ${{ secrets.PYPI_TOKEN }}
0 commit comments