Skip to content

Commit 3a4f151

Browse files
Merge pull request #9 from sfc-aqua/Morawiec/change_pypi
Feat: change test pypi to normal pypi
2 parents 5f226c7 + 8984e25 commit 3a4f151

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,4 @@ jobs:
3131
- name: Publish package
3232
uses: pypa/gh-action-pypi-publish@release/v1
3333
with:
34-
password: ${{ secrets.TEST_PYPI_API_SECRET }}
35-
repository-url: https://test.pypi.org/legacy/
34+
password: ${{ secrets.PYPI_API_SECRET }}

0 commit comments

Comments
 (0)