We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fb9e21 commit 51f11b3Copy full SHA for 51f11b3
.github/workflows/deploy-sdist.yaml
@@ -21,7 +21,7 @@ jobs:
21
22
- name: Publish package to PyPI
23
if: github.event.action == 'published'
24
- uses: pypa/[email protected].3
+ uses: pypa/[email protected].4
25
with:
26
user: __token__
27
password: ${{ secrets.pypi_password }}
0 commit comments