try this
All checks were successful
Build Changed / build_and_upload_changed_packages (push) Successful in 55s
All checks were successful
Build Changed / build_and_upload_changed_packages (push) Successful in 55s
This commit is contained in:
parent
e1517dcd4f
commit
63f3ff7c79
@ -5,7 +5,13 @@ on: push
|
||||
jobs:
|
||||
build_and_upload_changed_packages:
|
||||
runs-on: ubuntu-latest
|
||||
container: catthehacker/ubuntu:act-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Set up Python 3.10
|
||||
uses: actions/setup-python@v3
|
||||
with:
|
||||
python-version: "3.10.12"
|
||||
- run: pip3 install -U pip
|
||||
- run: pip install twine build toml
|
||||
# Determine the list of changed files using git
|
||||
|
Loading…
Reference in New Issue
Block a user