- workflow updates
This commit is contained in:
@@ -99,6 +99,12 @@ jobs:
|
||||
# rustup target add aarch64-apple-darwin
|
||||
# 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
|
||||
uses: actions/cache/save@v4
|
||||
with:
|
||||
@@ -111,9 +117,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
|
||||
|
||||
Reference in New Issue
Block a user