- workflow updates
PyTest / pytest (push) Successful in 1m35s
PyTest / pytest (3.10) (push) Successful in 1m58s
PyTest / pytest (3.12) (push) Successful in 2m1s
PyTest / pytest (3.14) (push) Successful in 2m6s

This commit is contained in:
Wim Pomp
2026-05-09 17:19:54 +02:00
parent 456de91c9a
commit dbfcc81ecb
+12 -6
View File
@@ -99,6 +99,12 @@ jobs:
# rustup target add aarch64-apple-darwin # rustup target add aarch64-apple-darwin
# maturin build --release --out dist --target aarch64-apple-darwin --zig # maturin build --release --out dist --target aarch64-apple-darwin --zig
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: wheels*
path: dist
- name: Store cache - name: Store cache
uses: actions/cache/save@v4 uses: actions/cache/save@v4
with: with:
@@ -111,9 +117,9 @@ jobs:
~/.osxcross ~/.osxcross
key: cache-ubuntu-maturin-cross-compile key: cache-ubuntu-maturin-cross-compile
- name: Publish to PyPI # - name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1 # uses: pypa/gh-action-pypi-publish@release/v1
with: # with:
password: ${{ secrets.PYPI_API_TOKEN }} # password: ${{ secrets.PYPI_API_TOKEN }}
env: # env:
GITHUB_WORKFLOW_REF: 1.10.1 # GITHUB_WORKFLOW_REF: 1.10.1