Skip to content

Commit

Permalink
fixed pypi deployment action
Browse files Browse the repository at this point in the history
  • Loading branch information
georgebv committed Mar 12, 2024
1 parent cdd1e31 commit 723a025
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,7 @@ jobs:
run: curl -sSf https://rye-up.com/get | RYE_INSTALL_OPTION="--yes" bash
- name: Install project and its dependencies
run: ~/.rye/shims/rye sync
- name: Build
run: ~/.rye/shims/rye build
- name: Publish
run: ~/.rye/shims/rye publish --token ${{ secrets.PYPI_TOKEN }} --yes

0 comments on commit 723a025

Please sign in to comment.