Try 8
Some checks failed
Publish Package / Build Package (push) Successful in 19s
Publish Package / Deploy Package (push) Failing after 11s

This commit is contained in:
Byron Lathi
2025-11-08 13:20:19 -08:00
parent e2ad40b068
commit b2d3de47bf

View File

@@ -13,7 +13,7 @@ jobs:
python-version: "3.x"
- run: python3 -m pip install build --user
- run: python -m build
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v3
with:
name: python-package-distributions
path: dist/
@@ -26,7 +26,7 @@ jobs:
steps:
- run: source init_env.sh
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v3
name: python-package-distributions
path: dist/
- run: TWINE_PASSWORD=${{ secrets.PYPI_PAT }} TWINE_USERNAME=bslathi19 python -m twine upload --repository-url ${CI_API_URL} dist/*