Skip to content

Commit 4d79780

Browse files
committed
fix: install python-build before python build
1 parent 9718f5b commit 4d79780

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
run: |
2323
node scripts/build.js ${{ github.run_id }}
2424
cd build/pypi
25+
python -m pip install build --user
2526
python -m build
2627
- uses: ncipollo/release-action@v1
2728
with:

0 commit comments

Comments
 (0)