Fix the release builds in CI (#729)

This commit is contained in:
Angelos Katharopoulos 2024-02-22 14:09:13 -08:00 committed by GitHub
parent 04fc896016
commit ad4a45e615
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -237,6 +237,14 @@ workflows:
jobs:
- mac_build_and_test
- linux_build_and_test
build_pypi_release:
when:
and:
- not: << pipeline.parameters.nightly_build >>
- not: << pipeline.parameters.weekly_build >>
- not: << pipeline.parameters.test_release >>
jobs:
- build_release:
filters:
tags: