Skip to content

Commit

Permalink
change pypi publish to run in NGI org
Browse files Browse the repository at this point in the history
  • Loading branch information
remiolsen committed Aug 19, 2024
1 parent 990cd5c commit 34ff166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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__
Expand Down

0 comments on commit 34ff166

Please sign in to comment.