Skip to content

Commit

Permalink
⚙️ Additionally publish to PyPI now it works!
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjc committed Jul 26, 2023
1 parent 1b30dbb commit 13fac9d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,8 @@ jobs:
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: dist/weboptout-*
- name: Publish Package
env:
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }}
run: |
poetry publish -n

0 comments on commit 13fac9d

Please sign in to comment.