Skip to content

Commit

Permalink
feat: workflow to publish with rye
Browse files Browse the repository at this point in the history
  • Loading branch information
himkt committed May 13, 2024
1 parent 25f8964 commit 12951ef
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
if: github.event_name == 'release'
steps:
- uses: actions/checkout@v4
- name: Build and publish to pypi
uses: JRubics/poetry-publish@v1.9
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}
- run: curl -sSf https://rye-up.com/get | bash
- run: rye build --sdist
- run: rye publish --yes --token "${{ secrets.PYPI_TOKEN }}"

0 comments on commit 12951ef

Please sign in to comment.