Skip to content

Commit

Permalink
Fix GitHub org name in publish-package
Browse files Browse the repository at this point in the history
  • Loading branch information
asmeurer committed Feb 16, 2024
1 parent 5967ff7 commit b5f1742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:

publish:
name: Publish Python distribution to (Test)PyPI
if: github.event_name != 'pull_request' && github.repository == 'data-apis/ndindex'
if: github.event_name != 'pull_request' && github.repository == 'Quansight-Labs/ndindex'
needs: build
runs-on: ubuntu-latest
# Mandatory for publishing with a trusted publisher
Expand Down

0 comments on commit b5f1742

Please sign in to comment.