Skip to content

Commit

Permalink
👷 fix pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
felinae98 committed Oct 7, 2023
1 parent 1163d93 commit 5483fd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
- name: Publish PyPI and Github
run: |
poetry build
ls dist/
gh release upload --clobber ${{ env.TAG_NAME }} dist/*.tar.gz dist/*.whl
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 5483fd4

Please sign in to comment.