1
0
Fork 0
mirror of synced 2024-09-29 08:51:43 +13: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

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