Remove comments that break release.yml (#2735)

- remove comments that break CI.
  - github does not support comments, even though they are valid yaml
This commit is contained in:
Cliff Hall
2025-09-18 20:27:09 -04:00
committed by GitHub
parent e6bc263a41
commit 9280e8fa74

View File

@@ -194,8 +194,6 @@ jobs:
create-release:
needs: [update-packages, create-metadata, publish-pypi, publish-npm]
if: |
# Always evaluate this condition, even if a dependency failed
# Create a release if changes were made and at least one publish succeeded
always() &&
needs.update-packages.outputs.changes_made == 'true' &&
(needs.publish-pypi.result == 'success' || needs.publish-npm.result == 'success')