From 34ff1667d65281694e664bd48f53fa780f2075ce Mon Sep 17 00:00:00 2001 From: Remi-Andre Olsen Date: Mon, 19 Aug 2024 16:49:32 +0200 Subject: [PATCH] change pypi publish to run in NGI org --- .github/workflows/pypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index d667841..8083b6a 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -24,7 +24,7 @@ jobs: run: python setup.py sdist bdist_wheel - name: Publish anglerfish to PyPI - if: github.repository == 'remiolsen/anglerfish' + if: github.repository == 'NationalGenomicsInfrastructure/anglerfish' uses: pypa/gh-action-pypi-publish@master with: user: __token__