From 6da82bfa7f956c14030ba9c03c50796f0189abe7 Mon Sep 17 00:00:00 2001 From: Ronnie Lajaunie Date: Sun, 1 Dec 2024 23:57:47 -0600 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5dea8909..101652e3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -90,7 +90,7 @@ jobs: - name: Check out the repo uses: actions/checkout@v4 - - name: Run Docker container + - name: Run Build Script in Docker container uses: addnab/docker-run-action@v3 with: image: quay.io/pypa/manylinux2014_x86_64 @@ -103,7 +103,7 @@ jobs: --env RUST_VERSION=${{ fromJSON(vars.RUST_VERSION) }} --env PYTHON_VERSION=${{ matrix.python-version }} run: | - source /tmp/o2/.github/workflows/setup_manylinux.sh + source /tmp/o2/.github/workflows/build_manylinux.sh - name: Display OM Wheelhouse Directory working-directory: python/origen_metal