From 82c8c3ea02b174d422dfa6fe0651b3f39998890a Mon Sep 17 00:00:00 2001 From: Henry Pinkard <7969470+henrypinkard@users.noreply.github.com> Date: Thu, 13 Jun 2024 12:20:36 +0200 Subject: [PATCH] Update update_pypi.yml --- .github/workflows/update_pypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_pypi.yml b/.github/workflows/update_pypi.yml index d06f210..40d0a2a 100644 --- a/.github/workflows/update_pypi.yml +++ b/.github/workflows/update_pypi.yml @@ -9,7 +9,7 @@ on: jobs: deploy: runs-on: ubuntu-latest - if: ${{ github.repository == 'micro-manager/NDTiffStorage' }} + if: ${{ github.repository == 'micro-manager/NDStorage' }} steps: - uses: actions/checkout@v2 - name: Install Python