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 c8d3365 commit c36789bCopy full SHA for c36789b
.github/workflows/publish-to-pypi.yml
@@ -22,8 +22,7 @@ jobs:
22
- name: Build
23
run: >-
24
python3 setup.py sdist bdist_wheel
25
- - name: Publish release to PyPI
26
- uses: pypa/gh-action-pypi-publish@master
+ - name: Publish a Python distribution to PyPI
+ uses: pypa/gh-action-pypi-publish@release/v1
27
with:
28
- user: __token__
29
password: ${{ secrets.PYPI_TOKEN }}
0 commit comments