Skip to content

Commit fe56157

Browse files
#1675 #1581 updateing release job to actually publish to pypi instead of the test instance
1 parent 950a54b commit fe56157

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
- name: Publish 📦 to Test PyPI
4747
uses: pypa/gh-action-pypi-publish@master
4848
with:
49-
password: ${{ secrets.CGALLO_TEST_PYPI }}
50-
repository_url: https://test.pypi.org/legacy/
49+
user: __token__
50+
password: ${{ secrets.CGALLO_PYPI }}
51+
repository_url: https://pypi.org/legacy/
5152

0 commit comments

Comments
 (0)