Skip to content

Commit

Permalink
one more spot
Browse files Browse the repository at this point in the history
  • Loading branch information
tarekziade committed Oct 30, 2023
1 parent 2feee3b commit 23a35b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: messense/maturin-action@v1
with:
target: x86_64
args: --release --out dist --no-sdist
args: --release --out dist
- name: Install built wheel - x86_64
run: |
cd dist
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
# rust-toolchain: nightly
# target: ${{ matrix.target }}
# manylinux: auto
# args: --release --out dist --no-sdist
# args: --release --out dist
# - uses: uraimo/[email protected]
# if: matrix.target != 'ppc64'
# name: Install built wheel
Expand Down

0 comments on commit 23a35b0

Please sign in to comment.