1
0
Fork 0
mirror of synced 2024-06-19 02:54:45 +12:00

Update release.yml

This commit is contained in:
Dummerle 2021-03-27 18:02:39 +01:00 committed by GitHub
parent da5c43b3a7
commit 54d0138d70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -80,28 +80,23 @@ jobs:
overwrite: true
deb-package:
runs-on: ubuntu-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.8'
- name: Install Deps
run: sudo apt install python3-stdeb
fakeroot
python-all
dh-python
python3-all
run: sudo apt install
python3-all
python3-stdeb
dh-python
python3-requests
python3-setuptools
python3-wheel
- name: Install Python deps
run: |
pip3 install wheel setuptools
sudo pip3 install wheel setuptools
- name: run python setup
run: python3 setup.py sdist
- name: create deb package
run: python3 setup.py --command-packages=stdeb.command bdist_deb
run: |
python3 setup.py sdist
python3 setup.py --command-packages=stdeb.command bdist_deb
- name: Upload files to GitHub
uses: svenstaro/upload-release-action@2.2.1
with: