diff --git a/.github/workflows/release-python-grpc-web.yml b/.github/workflows/release-python-grpc-web.yml index 9a5ff6de9..51c1ae80c 100644 --- a/.github/workflows/release-python-grpc-web.yml +++ b/.github/workflows/release-python-grpc-web.yml @@ -73,6 +73,7 @@ jobs: linux: runs-on: ubuntu-latest + container: ghcr.io/pyo3/maturin needs: [is-python-release, should-publish-wheels] env: CXXFLAGS: "-std=c++11"