1
0
Fork 0
mirror of synced 2024-06-26 10:11:19 +12:00

Update release.yml

This commit is contained in:
Dummerle 2021-03-26 12:11:32 +01:00 committed by GitHub
parent 2d72d2a0a1
commit b86e089c2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -95,7 +95,9 @@ jobs:
python3-setuptools
python3-wheel
- name: Install Python deps
run: pip3 install wheel setuptools
run: |
pip3 install wheel setuptools
sudo pip3 install wheel setuptools
- name: run python setup
run: python3 setup.py sdist
- name: create deb package