Skip to content

Commit 1e2b709

Browse files
committed
fix: install prerequisite for building
1 parent ce72df6 commit 1e2b709

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
cache-dependency-path: setup.py
3131

3232
- name: 📦 Build package
33-
run: python -m build
33+
run: pipx run build
3434

3535
- name: 🚀 Publish to PyPI
3636
uses: pypa/gh-action-pypi-publish@release/v1

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"gzipper",
1111
"instafail",
1212
"isort",
13+
"pipx",
1314
"pylint",
1415
"pypa",
1516
"pypi",

0 commit comments

Comments
 (0)