We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ab6076e + 8fdb2df commit 010a377Copy full SHA for 010a377
.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].12
+ uses: pypa/[email protected].14
25
with:
26
user: __token__
27
password: ${{ secrets.pypi_password }}
0 commit comments