Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsil committed Jul 17, 2024
1 parent a429e96 commit 01729cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
if: steps.cache.outputs.cache-hit != 'true'
run: pip install hatch
- name: "Build package"
run: "hatch run build_with_check"
run: "hatch build"
- name: "Publish to PyPI"
run: "scripts/release"
env:
Expand Down

0 comments on commit 01729cd

Please sign in to comment.