fix debian build syntax
This commit is contained in:
parent
27b266af5f
commit
023a339cf8
1 changed files with 3 additions and 5 deletions
8
.github/workflows/debian.yml
vendored
8
.github/workflows/debian.yml
vendored
|
@ -5,7 +5,7 @@ on:
|
|||
push:
|
||||
|
||||
env:
|
||||
SETUPTOOLS_USE_DISTUTILS=stdlib
|
||||
SETUPTOOLS_USE_DISTUTILS: stdlib
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
@ -30,13 +30,11 @@ jobs:
|
|||
|
||||
- name: Build Debian/Apt sdist_dsc
|
||||
run: |
|
||||
python3 setup.py --command-packages=stdeb.command \
|
||||
sdist_dsc
|
||||
python3 setup.py --command-packages=stdeb.command sdist_dsc
|
||||
|
||||
- name: Build Debian/Apt bdist_deb
|
||||
run: |
|
||||
python3 setup.py --command-packages=stdeb.command \
|
||||
bdist_deb
|
||||
python3 setup.py --command-packages=stdeb.command bdist_deb
|
||||
|
||||
- name: Install archivebox from deb
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue