1
0
Fork 0
mirror of synced 2024-06-02 10:44:40 +12:00

Add deb-package

This commit is contained in:
Dummerle 2021-03-26 11:53:27 +01:00 committed by GitHub
parent bce4942b5e
commit bf7bca5229
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -87,9 +87,13 @@ jobs:
with:
python-version: '3.8'
- name: Install Deps
run: sudo apt install python3-stdeb fakeroot python3-all dh-python python-all
- name: Install Python deps
run: pip3 install setuptools wheel
run: sudo apt install python3-stdeb
fakeroot
python3-all
dh-python
python3-all
python3-setuptools
python3-wheel
- name: run python setup
run: |
python3 setup.py sdist