We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 151b90b commit 9cd2658Copy full SHA for 9cd2658
4 files changed
.github/workflows/build.yml
@@ -20,6 +20,8 @@ jobs:
20
environments: build
21
- name: Build project
22
run: pixi run -e build build-wheel
23
+ - name: Check build artifact
24
+ run: pixi run -e build twine-check
25
- name: Upload package
26
uses: actions/upload-artifact@v4
27
with:
0 commit comments