Skip to content

Commit

Permalink
Fix deployment to PyPI: wrong org name
Browse files Browse the repository at this point in the history
The GitHub org name was wrong. Fix it so the script can deploy.
  • Loading branch information
leouieda committed Mar 11, 2024
1 parent a388f6b commit 2db3150
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 @@ -82,7 +82,7 @@ jobs:
runs-on: ubuntu-latest
needs: build
# Only publish from the origin repository, not forks
if: github.repository_owner == 'compgeolab' && github.event_name != 'pull_request'
if: github.repository_owner == 'fatiando' && github.event_name != 'pull_request'
environment: pypi
permissions:
# This permission allows trusted publishing to PyPI (without an API token)
Expand Down

0 comments on commit 2db3150

Please sign in to comment.