Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rlaj authored Dec 2, 2024
1 parent 0192c52 commit 6da82bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 6da82bf

Please sign in to comment.