Skip to content

Commit

Permalink
feat(rye): update pypi publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
svenrdz committed Sep 12, 2024
1 parent 37572f3 commit 539f523
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,16 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: pdm-project/setup-pdm@v3
- name: Install the latest version of rye
uses: eifinger/setup-rye@v4
with:
enable-cache: true

- name: Sync dependencies
run: rye sync

- name: Build package
run: rye sync

- name: Publish package distributions to PyPI
run: pdm publish
run: rye publish

0 comments on commit 539f523

Please sign in to comment.