Skip to content

Commit

Permalink
Update python-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jhillairet authored Nov 17, 2024
1 parent 3b0d347 commit aa36e9c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,11 @@ jobs:
- name: Download artifacts
uses: actions/download-artifact@v4
with:
pattern: wheels-*
path: wheels
merge-multiple: true
name: dist
path: dist/

- name: Build Package
run: uv build

- name: Publish to PyPi
run: uv publish -v wheels/*
run: uv publish

0 comments on commit aa36e9c

Please sign in to comment.