From e0c7b776d546145e2b9524a1f8c3c22f3f4dc573 Mon Sep 17 00:00:00 2001 From: Davis Bennett Date: Tue, 23 Apr 2024 16:39:02 +0200 Subject: [PATCH] chore: change pypi workflow --- .github/workflows/pypi.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index ce0754c..01ad5db 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -36,13 +36,13 @@ jobs: runs-on: ubuntu-latest environment: name: pypi - url: https://pypi.org/p/ # Replace with your PyPI project name + url: https://pypi.org/p/xarray-ome-ngff # Replace with your PyPI project name permissions: id-token: write # IMPORTANT: mandatory for trusted publishing steps: - name: Download all the dists - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: python-package-distributions path: dist/