Skip to content

Commit

Permalink
chore: replace publish step
Browse files Browse the repository at this point in the history
  • Loading branch information
phi-friday committed Oct 17, 2024
1 parent e1a16ea commit c244953
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,5 @@ jobs:
- name: Build package
run: uv build

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

0 comments on commit c244953

Please sign in to comment.