Skip to content

Commit

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

0 comments on commit 44d80a3

Please sign in to comment.