Skip to content

Commit

Permalink
ci: update github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-vincent committed Dec 24, 2024
1 parent 966a574 commit c3edda9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,15 @@ jobs:
name: pypi
permissions:
id-token: write
content: write

steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Build package
run: pipx run build
run: pipx run build --wheel

- name: Release
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit c3edda9

Please sign in to comment.