Skip to content

Commit

Permalink
Fix publish-package syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
asmeurer committed Sep 17, 2024
1 parent 65a5191 commit 0d57827
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 @@ -90,7 +90,7 @@ jobs:
publish:
name: Publish Python distribution to (Test)PyPI
if: github.event_name != 'pull_request' && github.repository == 'Quansight-Labs/ndindex'
needs: [build, build_wheels]
needs: [build_sdist, build_wheels]
runs-on: ubuntu-latest
# Mandatory for publishing with a trusted publisher
# c.f. https://docs.pypi.org/trusted-publishers/using-a-publisher/
Expand Down

0 comments on commit 0d57827

Please sign in to comment.