Try 6
Some checks failed
Publish Package / Build Package (push) Failing after 45s
Publish Package / Deploy Package (push) Has been skipped

This commit is contained in:
Byron Lathi
2025-11-08 13:16:37 -08:00
parent 97d06ea009
commit 1047a35fd5

View File

@@ -8,10 +8,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: pwd
- run: ls
- run: source init_env.sh
- run: which python
- uses: actions/setup-python@v5
with:
python-version: "3.x"
- run: python -m build
- uses: actions/upload-artifact@v4
with: