fix debian build syntax

This commit is contained in:
Nick Sweeting 2020-12-11 19:11:42 +02:00
parent 27b266af5f
commit 023a339cf8

View file

@ -5,7 +5,7 @@ on:
push: push:
env: env:
SETUPTOOLS_USE_DISTUTILS=stdlib SETUPTOOLS_USE_DISTUTILS: stdlib
jobs: jobs:
build: build:
@ -30,13 +30,11 @@ jobs:
- name: Build Debian/Apt sdist_dsc - name: Build Debian/Apt sdist_dsc
run: | run: |
python3 setup.py --command-packages=stdeb.command \ python3 setup.py --command-packages=stdeb.command sdist_dsc
sdist_dsc
- name: Build Debian/Apt bdist_deb - name: Build Debian/Apt bdist_deb
run: | run: |
python3 setup.py --command-packages=stdeb.command \ python3 setup.py --command-packages=stdeb.command bdist_deb
bdist_deb
- name: Install archivebox from deb - name: Install archivebox from deb
run: | run: |