Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm authored May 2, 2023
1 parent 75e2834 commit 3b1c075
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
id: mint
uses: tschm/[email protected]

- name: Publish the package to pypi
run : |
poetry config pypi-token.pypi ${{ secrets.TWINE_TOKEN }}
poetry publish
- name: Publish the package with poetry
run: |
poetry publish -u __token__ -p '${{ steps.mint.outputs.api-token }}'

0 comments on commit 3b1c075

Please sign in to comment.