From 023a339cf843aa135c79d7b6a55551aaae921190 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Fri, 11 Dec 2020 19:11:42 +0200 Subject: [PATCH] fix debian build syntax --- .github/workflows/debian.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/debian.yml b/.github/workflows/debian.yml index d78075b9..bb264010 100644 --- a/.github/workflows/debian.yml +++ b/.github/workflows/debian.yml @@ -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: |