This commit is contained in:
parent
eaa3b9cdec
commit
f8880e8bd3
@ -6,7 +6,7 @@ jobs:
|
|||||||
build_and_upload_changed_packages:
|
build_and_upload_changed_packages:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- run: pip install -U pip
|
- run: python3-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
|
||||||
- run: git diff --name-only $CI_COMMIT_BEFORE_SHA $CI_COMMIT_SHA > changed_files.txt
|
- run: git diff --name-only $CI_COMMIT_BEFORE_SHA $CI_COMMIT_SHA > changed_files.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user