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: