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.
1 parent b90b408 commit 564dc0aCopy full SHA for 564dc0a
.github/workflows/pypi-publish.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Create source distribution
32
run: python setup.py sdist
33
- name: Publish package
34
- uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc
+ uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc
35
with:
36
skip-existing: true
37
user: __token__
0 commit comments