Skip to content

Commit 935eec8

Browse files
author
James Reynolds
committed
Finalizing github actions
1 parent e1a52ba commit 935eec8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
- name: Publish to PyPI
4141
uses: pypa/gh-action-pypi-publish@master
4242
with:
43-
password: ${{ secrets.TEST_PYPI_PASSWORD }}
44-
repository_url: https://test.pypi.org/legacy/
43+
password: ${{ secrets.PYPI_PASSWORD }}
44+
repository_url: https://pypi.org/legacy/
4545
- name: Create GitHub Release
4646
uses: actions/create-release@v1
4747
id: create_release

0 commit comments

Comments
 (0)