We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c483dd7 commit 9feffedCopy full SHA for 9feffed
.github/workflows/build-python-packages.yml
@@ -165,7 +165,7 @@ jobs:
165
166
publish_release:
167
name: Publish release
168
- if: github.event_name == 'workflow_dispatch' && inputs.PUBLISH_RELEASES == 'true'
+ if: github.event_name == 'workflow_dispatch' && inputs.PUBLISH_RELEASES
169
needs: test_python
170
runs-on: ubuntu-latest
171
steps:
0 commit comments