Skip to content

Commit

Permalink
debug: source is needed
Browse files Browse the repository at this point in the history
  • Loading branch information
himkt committed May 13, 2024
1 parent 123d1c2 commit 045ffe6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: curl -sSf https://rye-up.com/get | RYE_INSTALL_OPTION="--yes" bash
- run: rye build --sdist
- run: rye publish --yes --token "${{ secrets.PYPI_TOKEN }}"
- run: |
source $HOME/.rye/env
rye build --sdist
rye publish --yes --token "${{ secrets.PYPI_TOKEN }}"

0 comments on commit 045ffe6

Please sign in to comment.