Skip to content

Commit

Permalink
fix(pypi): use pypa action
Browse files Browse the repository at this point in the history
  • Loading branch information
svenrdz committed Sep 12, 2024
1 parent 539f523 commit 2031a06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: rye sync

- name: Build package
run: rye sync
run: rye build

- name: Publish package distributions to PyPI
run: rye publish
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 2031a06

Please sign in to comment.