change
All checks were successful
Build Changed / build_and_upload_changed_packages (push) Successful in 26s
All checks were successful
Build Changed / build_and_upload_changed_packages (push) Successful in 26s
This commit is contained in:
parent
63f3ff7c79
commit
cc762e3f96
@ -15,10 +15,10 @@ jobs:
|
|||||||
- 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
|
||||||
- run: git diff --name-only $CI_COMMIT_BEFORE_SHA $CI_COMMIT_SHA > changed_files.txt
|
- run: echo "Checking for changed packages"
|
||||||
|
|
||||||
- name: Loop through each package directory, check if version has changed, build if changed, and then upload
|
- name: Loop through each package directory, check if version has changed, build if changed, and then upload
|
||||||
run: |
|
run: |
|
||||||
|
git diff --name-only $CI_COMMIT_BEFORE_SHA $CI_COMMIT_SHA > changed_files.txt
|
||||||
for package_dir in ./*; do
|
for package_dir in ./*; do
|
||||||
if [ -d "$package_dir" ]; then
|
if [ -d "$package_dir" ]; then
|
||||||
package_name=$(basename $package_dir)
|
package_name=$(basename $package_dir)
|
||||||
|
@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
|
|||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="colored-output",
|
name="colored-output",
|
||||||
version="0.0.2",
|
version="0.0.3",
|
||||||
author="Kyle Yasuda",
|
author="Kyle Yasuda",
|
||||||
author_email="suda@sudacode.com",
|
author_email="suda@sudacode.com",
|
||||||
description="Colors",
|
description="Colors",
|
||||||
|
Loading…
Reference in New Issue
Block a user