Skip to content

Commit 05b44d9

Browse files
ci: restore package build for pypi (#466)
1 parent 148f171 commit 05b44d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish_to_pypi.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
run: |
3232
python -m pip install --upgrade pip
3333
python -m pip install build twine
34+
python -m build
3435
twine check dist/*
3536
- name: Upload dist artefact
3637
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2

0 commit comments

Comments
 (0)