Skip to content

Commit

Permalink
restore
Browse files Browse the repository at this point in the history
  • Loading branch information
edenhaus committed Jan 3, 2025
1 parent fb1d1e9 commit a62e9e3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,9 @@ jobs:
path: dist
merge-multiple: true
- name: 🚀 Publish to PyPi
run: ls -al dist
run: uv publish
- name: ✍️ Sign published artifacts
uses: sigstore/[email protected]
with:
inputs: ./dist/*.tar.gz ./dist/*.whl
release-signing-artifacts: true

0 comments on commit a62e9e3

Please sign in to comment.