Skip to content

Commit

Permalink
ci: Fix pypi upload (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
borchero authored Aug 13, 2024
1 parent 151b90b commit 9cd2658
Show file tree
Hide file tree
Showing 4 changed files with 733 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
environments: build
- name: Build project
run: pixi run -e build build-wheel
- name: Check build artifact
run: pixi run -e build twine-check
- name: Upload package
uses: actions/upload-artifact@v4
with:
Expand Down
Loading

0 comments on commit 9cd2658

Please sign in to comment.