Skip to content

Commit 4b7ed3e

Browse files
authored
Update deploy-sdist.yaml
Switch from Test-PyPI to PyPI
1 parent 0de31bb commit 4b7ed3e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/deploy-sdist.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,9 @@ jobs:
1717
shell: bash -l {0}
1818
run: python setup.py sdist
1919

20-
- name: Publish package to Test-PyPI
20+
- name: Publish package to PyPI
2121
if: github.event.action == 'published'
2222
uses: pypa/gh-action-pypi-publish@v1.4.1
2323
with:
2424
user: __token__
25-
password: ${{ secrets.test_pypi_password }}
26-
repository_url: https://test.pypi.org/legacy/
25+
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)