From 0638db31bece80cf4a56a901aab3ef1423834a37 Mon Sep 17 00:00:00 2001 From: "R. Tyler Croy" Date: Fri, 6 Sep 2024 20:46:09 +0000 Subject: [PATCH] fixup! chore: trying to reproduce the manylinux build issue for python release --- .github/workflows/{openssl.yml => python_build.yml} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{openssl.yml => python_build.yml} (93%) diff --git a/.github/workflows/openssl.yml b/.github/workflows/python_build.yml similarity index 93% rename from .github/workflows/openssl.yml rename to .github/workflows/python_build.yml index ae70162889..a3fad34b31 100644 --- a/.github/workflows/openssl.yml +++ b/.github/workflows/python_build.yml @@ -1,4 +1,4 @@ -name: Release to PyPI and documentation +name: python_build on: merge_group: @@ -19,7 +19,7 @@ env: FEATURES_FLAG: --no-default-features --features native-tls jobs: - release-pypi-manylinux: + lint: name: PyPI test build manylinux runs-on: ubuntu-latest steps: