- workflow updates
This commit is contained in:
@@ -107,11 +107,6 @@ 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: https://github.com/christopherHX/gitea-upload-artifact@v4
|
|
||||||
# with:
|
|
||||||
# path: dist
|
|
||||||
|
|
||||||
- name: Store cache
|
- name: Store cache
|
||||||
uses: actions/cache/save@v4
|
uses: actions/cache/save@v4
|
||||||
with:
|
with:
|
||||||
@@ -127,6 +122,7 @@ jobs:
|
|||||||
- 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:
|
||||||
|
skip-existing: true
|
||||||
password: ${{ secrets.PYPI_API_TOKEN }}
|
password: ${{ secrets.PYPI_API_TOKEN }}
|
||||||
env:
|
env:
|
||||||
GITHUB_WORKFLOW_REF: 1.10.1
|
GITHUB_WORKFLOW_REF: 1.10.1
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
[](https://git.wimpomp.nl/wim/tiffwrite/actions/workflows/pytest.yml)
|
[](https://git.wimpomp.nl/wim/tiffwrite/actions?workflow=pytest.yml)
|
||||||
[](https://git.wimpomp.nl/wim/tiffwrite/actions/workflows/cargo_test.yml)
|
[](https://git.wimpomp.nl/wim/tiffwrite/actions?workflow=cargo_test.yml)
|
||||||
|
|
||||||
# Tiffwrite
|
# Tiffwrite
|
||||||
Write BioFormats/ImageJ compatible tiffs with zstd compression in parallel using Rust.
|
Write BioFormats/ImageJ compatible tiffs with zstd compression in parallel using Rust.
|
||||||
|
|||||||
Reference in New Issue
Block a user