We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a783be commit d7c8759Copy full SHA for d7c8759
.github/workflows/python-package-develop.yml
@@ -92,7 +92,8 @@ jobs:
92
repository-url: https://test.pypi.org/legacy/
93
test-container:
94
runs-on: ubuntu-latest
95
- needs: ['build']
+ needs: ['path-filter']
96
+ continue-on-error: true
97
permissions:
98
# IMPORTANT: this permission is mandatory for trusted publishing
99
packages: write
0 commit comments