try 4
Some checks failed
Publish Package / Build Package (push) Failing after 4s
Publish Package / Deploy Package (push) Has been skipped

This commit is contained in:
Byron Lathi
2025-11-08 12:53:23 -08:00
parent 3d588dd995
commit 1c933a35b5

View File

@@ -10,7 +10,11 @@ jobs:
- uses: actions/checkout@v4
- run: pwd
- run: ls
- run: source init_env.sh
- run: >-
python3 -m
pip install
build
--user
- run: python -m build
- uses: actions/upload-artifact@v4
with: