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 cba73f6 + c95552a commit dd62e5aCopy full SHA for dd62e5a
.github/workflows/release.yml
@@ -35,7 +35,7 @@ jobs:
35
python -m build --sdist --wheel .
36
ls -l dist
37
- name: Publish to PyPI
38
- uses: pypa/[email protected].4
+ uses: pypa/[email protected].5
39
if: startsWith(github.ref, 'refs/tags/')
40
with:
41
user: __token__
0 commit comments