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 f5ab1f5 commit b8b9c7cCopy full SHA for b8b9c7c
.github/workflows/pypi-publish.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Building package
31
run: python setup.py sdist bdist_wheel
32
- name: Publish package
33
- uses: pypa/gh-action-pypi-publish@f7600683efdcb7656dec5b29656edb7bc586e597
+ uses: pypa/gh-action-pypi-publish@20d40f69a1d306453777ffecb5a86860e850ba0f
34
with:
35
user: __token__
36
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments