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 c6649e6 commit b37e7d0Copy full SHA for b37e7d0
.github/workflows/workflow.yml
@@ -84,7 +84,7 @@ jobs:
84
python setup.py sdist
85
python setup.py bdist_wheel
86
- name: Publish a Python distribution to PyPI
87
- uses: pypa/gh-action-pypi-publish@main
+ uses: pypa/gh-action-pypi-publish@master
88
with:
89
user: __token__
90
password: ${{ secrets.pypi_password }}
0 commit comments