Skip to content

Commit

Permalink
chore(release): Change publish action to prod pypi (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
omercnet authored Sep 22, 2022
1 parent 2d126e6 commit 057558f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,4 @@ jobs:
- name: Publish
uses: descope/.github/.github/actions/python/poetry/publish@main
with:
test: true
token: ${{ secrets.PYPI_TEST_TOKEN }}
token: ${{ secrets.PYPI_TOKEN }}

0 comments on commit 057558f

Please sign in to comment.