diff --git a/.github/workflows/debian.yml b/.github/workflows/debian.yml index 86d6f1ee..5ebdafb2 100644 --- a/.github/workflows/debian.yml +++ b/.github/workflows/debian.yml @@ -29,6 +29,11 @@ jobs: - name: Install archivebox from deb run: | + rm -Rf build deb_dist dist archivebox-*.tar.gz + python3 setup.py --command-packages=stdeb.command \ + sdist_dsc + python3 setup.py --command-packages=stdeb.command \ + bdist_deb apt install deb_dist/archivebox*.deb - name: Add some links to test @@ -42,4 +47,5 @@ jobs: # TODO: push debian package to launchpad PPA # - name: Push to launchpad # run: | + # debsign -k "$PGP_KEY_ID" "deb_dist/archivebox_${VERSION}-${DEBIAN_VERSION}_source.changes" # dput archivebox "deb_dist/archivebox_${VERSION}-${DEBIAN_VERSION}_source.changes" diff --git a/.github/workflows/homebrew.yml b/.github/workflows/homebrew.yml index e5e71420..543100bd 100644 --- a/.github/workflows/homebrew.yml +++ b/.github/workflows/homebrew.yml @@ -20,7 +20,7 @@ jobs: pip3 install --upgrade pip setuptools wheel cd brew_dist/ brew install --build-bottle ./archivebox.rb - brew bottle archivebox + # brew bottle archivebox - name: Add some links to test run: |