We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9556d0 commit 8cae00bCopy full SHA for 8cae00b
.github/workflows/tests.yml
@@ -92,7 +92,7 @@ jobs:
92
publish:
93
94
name: Publish to PyPi
95
- needs: [pre-commit, tests]
+ needs: [tests]
96
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
97
runs-on: ubuntu-latest
98
steps:
0 commit comments