Fix pip download destination and update wheel2deb command for improved output
This commit is contained in:
4
.github/workflows/build-deb.yml
vendored
4
.github/workflows/build-deb.yml
vendored
@@ -39,7 +39,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
mkdir -p dist/wheels
|
mkdir -p dist/wheels
|
||||||
pip install wheel
|
pip install wheel
|
||||||
pip download --only-binary=:all: --dest dist/wheels -r requirements.txt
|
pip download --only-binary=:all: --dest dist -r requirements.txt
|
||||||
|
|
||||||
- name: 🛠 Build Project Wheel
|
- name: 🛠 Build Project Wheel
|
||||||
run: |
|
run: |
|
||||||
@@ -54,7 +54,7 @@ jobs:
|
|||||||
- name: 🛠 Convert Wheel to DEB
|
- name: 🛠 Convert Wheel to DEB
|
||||||
run: |
|
run: |
|
||||||
mkdir -p dist/debs
|
mkdir -p dist/debs
|
||||||
wheel2deb default -x dist/*.whl -o dist/debs
|
wheel2deb default -x dist -o dist/debs
|
||||||
|
|
||||||
- name: 📤 Upload dist/ artifacts
|
- name: 📤 Upload dist/ artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
Reference in New Issue
Block a user