Skip to content

Commit

Permalink
remove needs test publish
Browse files Browse the repository at this point in the history
  • Loading branch information
jannikmi committed Aug 11, 2024
1 parent 798bc59 commit be7fd82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
publish:
runs-on: ubuntu-latest
# Note: only run, when test publishing worked
needs: [test, make-wheels, make-sdist, test-publish]
needs: [test, make-wheels, make-sdist]
if: endsWith(github.ref, '/master')
permissions:
id-token: write
Expand Down

0 comments on commit be7fd82

Please sign in to comment.