Skip to content

Commit a29765b

Browse files
committed
updated PyPI publish workflow.
1 parent 8a76045 commit a29765b

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/pypi_publish.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,5 @@ jobs:
2020
- name: Python Build
2121
run: python3 -m pip install --upgrade build && python3 -m build
2222
# 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 }}
23+
- name: Publish Package to PyPI
24+
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)