update build script
Some checks failed
Build Changed / build_and_upload_changed_packages (push) Failing after 1s
Some checks failed
Build Changed / build_and_upload_changed_packages (push) Failing after 1s
This commit is contained in:
parent
9802717182
commit
445e909760
@ -4,8 +4,10 @@ on: push
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_and_upload_changed_packages:
|
build_and_upload_changed_packages:
|
||||||
runs-on: python:3.9
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- run: apt update && apt upgrade
|
||||||
|
- run: apt install python3 python3-pip
|
||||||
- run: pip install -U pip
|
- run: pip install -U pip
|
||||||
- run: pip install twine build toml
|
- run: pip install twine build toml
|
||||||
# Determine the list of changed files using git
|
# Determine the list of changed files using git
|
||||||
|
Loading…
Reference in New Issue
Block a user