auto build linux release (#2341)

This commit is contained in:
Awni Hannun
2025-07-07 09:29:23 -07:00
committed by GitHub
parent 9d10239af7
commit a4fcc893cd
2 changed files with 37 additions and 9 deletions

View File

@@ -492,6 +492,16 @@ workflows:
branches:
ignore: /.*/
upload-docs: true
- build_linux_release:
filters:
tags:
only: /^v.*/
branches:
ignore: /.*/
matrix:
parameters:
python_version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
extra_env: ["PYPI_RELEASE=1"]
prb:
when: