- workflow updates
This commit is contained in:
@@ -107,10 +107,10 @@ 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
|
# - name: Upload wheels
|
||||||
uses: https://github.com/christopherHX/gitea-upload-artifact@v4
|
# uses: https://github.com/christopherHX/gitea-upload-artifact@v4
|
||||||
with:
|
# with:
|
||||||
path: dist
|
# path: dist
|
||||||
|
|
||||||
- name: Store cache
|
- name: Store cache
|
||||||
uses: actions/cache/save@v4
|
uses: actions/cache/save@v4
|
||||||
@@ -124,9 +124,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
|
||||||
|
|||||||
Reference in New Issue
Block a user