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 8a76045 commit a29765bCopy full SHA for a29765b
.github/workflows/pypi_publish.yml
@@ -20,9 +20,5 @@ jobs:
20
- name: Python Build
21
run: python3 -m pip install --upgrade build && python3 -m build
22
# Publish the python package to pypi.org with the api token.
23
- - name: Publish Package
24
- uses: pypa/gh-action-pypi-publish@release/v1
25
- with:
26
- repository-url: https://upload.pypi.org/legacy/
27
- user: __token__
28
- password: ${{ secrets.PYPI_API_TOKEN }}
+ - name: Publish Package to PyPI
+ uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments