mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-29 05:55:28 -04:00
install missing build deps
This commit is contained in:
parent
0a0bf18962
commit
cda2f42b46
2 changed files with 2 additions and 2 deletions
2
.github/workflows/pip.yml
vendored
2
.github/workflows/pip.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
|||
|
||||
- name: Build Python Package
|
||||
run: |
|
||||
pip3 install --uprade pip setuptools wheel
|
||||
pip3 install --upgrade pip setuptools wheel
|
||||
python3 setup.py \
|
||||
sdist --dist-dir=./pip_dist \
|
||||
bdist_wheel --dist-dir=./pip_dist \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue