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__