Skip to content

Commit fa2b6d1

Browse files
committed
Set python deployment to PyPi
1 parent 1060735 commit fa2b6d1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/publish-to-test-pypi.yml renamed to .github/workflows/publish-to-pypi.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ jobs:
6464
- name: Publish wheels and source distribution to PyPi
6565
uses: pypa/gh-action-pypi-publish@release/v1
6666
with:
67-
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
68-
repository-url: https://test.pypi.org/legacy/
67+
password: ${{ secrets.PYPI_API_TOKEN }}
6968
skip-existing: true
7069
verbose: true

0 commit comments

Comments
 (0)