Skip to content

Commit 057558f

Browse files
authored
chore(release): Change publish action to prod pypi (#50)
1 parent 2d126e6 commit 057558f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/python-publish.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,4 @@ jobs:
2323
- name: Publish
2424
uses: descope/.github/.github/actions/python/poetry/publish@main
2525
with:
26-
test: true
27-
token: ${{ secrets.PYPI_TEST_TOKEN }}
26+
token: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)