Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

Commit

Permalink
release: publish poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
cabreraalex committed Jun 11, 2023
1 parent 4edb739 commit 38966a3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,4 @@ jobs:
poetry build -v
- name: publish
run: |
poetry config pypi-token.pypi ${{ secrets.PYPI_TOKEN }}
poetry publish -v
poetry publish -u __token__ -p ${{ secrets.PYPI_TOKEN }}

0 comments on commit 38966a3

Please sign in to comment.