Skip to content

Commit

Permalink
💚 whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
thrzl authored Apr 20, 2024
1 parent 40b710c commit 0858c55
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
- name: Install Rye
run: |
curl -sSf https://rye-up.com/get | RYE_INSTALL_OPTION="--yes" bash
- name: Source Rye environment
run: |
source $HOME/.rye/env
- name: Build and publish
env:
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 0858c55

Please sign in to comment.