From ba29d5a7d3e17bdf7b8e5eb70ca8e777ea970038 Mon Sep 17 00:00:00 2001 From: Wim Pomp Date: Sat, 9 May 2026 18:25:46 +0200 Subject: [PATCH] - workflow updates --- .github/workflows/publish_pypi.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/publish_pypi.yml b/.github/workflows/publish_pypi.yml index 7f52b4a..7f0ac9b 100644 --- a/.github/workflows/publish_pypi.yml +++ b/.github/workflows/publish_pypi.yml @@ -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