Skip to content

Commit 9cd2658

Browse files
authored
ci: Fix pypi upload (#3)
1 parent 151b90b commit 9cd2658

4 files changed

Lines changed: 733 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
environments: build
2121
- name: Build project
2222
run: pixi run -e build build-wheel
23+
- name: Check build artifact
24+
run: pixi run -e build twine-check
2325
- name: Upload package
2426
uses: actions/upload-artifact@v4
2527
with:

0 commit comments

Comments
 (0)