- workflow updates
PyTest / pytest (push) Successful in 2m6s
PyTest / pytest (3.10) (push) Successful in 1m59s
PyTest / pytest (3.12) (push) Successful in 2m0s
PyTest / pytest (3.14) (push) Successful in 2m4s

This commit is contained in:
Wim Pomp
2026-05-09 18:25:46 +02:00
parent 4ea7a14def
commit ba29d5a7d3
+10 -10
View File
@@ -107,10 +107,10 @@ jobs:
rustup target add aarch64-apple-darwin
maturin build --release --out dist --target aarch64-apple-darwin --zig
- name: Upload wheels
uses: https://github.com/christopherHX/gitea-upload-artifact@v4
with:
path: dist
# - name: Upload wheels
# uses: https://github.com/christopherHX/gitea-upload-artifact@v4
# with:
# path: dist
- name: Store cache
uses: actions/cache/save@v4
@@ -124,9 +124,9 @@ jobs:
~/.osxcross
key: cache-ubuntu-maturin-cross-compile
# - name: Publish to PyPI
# uses: pypa/gh-action-pypi-publish@release/v1
# with:
# password: ${{ secrets.PYPI_API_TOKEN }}
# env:
# GITHUB_WORKFLOW_REF: 1.10.1
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}
env:
GITHUB_WORKFLOW_REF: 1.10.1