try pip3
Some checks failed
Build Changed / build_and_upload_changed_packages (push) Failing after 1s

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

View File

@ -6,7 +6,7 @@ jobs:
build_and_upload_changed_packages:
runs-on: ubuntu-latest
steps:
- run: python3-pip install -U pip
- run: pip3 install -U pip
- run: pip install twine build toml
# Determine the list of changed files using git
- run: git diff --name-only $CI_COMMIT_BEFORE_SHA $CI_COMMIT_SHA > changed_files.txt