try this
All checks were successful
Build Changed / build_and_upload_changed_packages (push) Successful in 55s

This commit is contained in:
ksyasuda 2023-08-09 19:52:52 -07:00
parent e1517dcd4f
commit 63f3ff7c79
No known key found for this signature in database

View File

@ -5,7 +5,13 @@ on: push
jobs: jobs:
build_and_upload_changed_packages: build_and_upload_changed_packages:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: catthehacker/ubuntu:act-latest
steps: 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: pip3 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