Skip to content

Commit

Permalink
Fix deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
mawildoer committed Jan 4, 2025
1 parent 7e24af1 commit 6446977
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
@@ -1,4 +1,3 @@

name: upload package to pypi

on:
Expand All @@ -10,6 +9,10 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write

steps:
- uses: actions/checkout@v4
with:
Expand All @@ -22,6 +25,8 @@ jobs:
enable-cache: true
cache-dependency-glob: "uv.lock"

- run: uv build

- name: Generate artifact attestation for sdist and wheels
uses: actions/attest-build-provenance@v2
with:
Expand Down

0 comments on commit 6446977

Please sign in to comment.