Skip to content

Commit

Permalink
ci: turn off manylinux
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Jan 16, 2024
1 parent 0b9fd26 commit aedda99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ jobs:
python-version: "3.10"
- name: Install OpenSSL
run: sudo apt-get install -y libssl-dev
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
#- name: Setup tmate session
# uses: mxschmitt/action-tmate@v3
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.target }}
args: --release --out dist --find-interpreter
working-directory: yara-x-py
sccache: "true"
manylinux: auto
manylinux: off
- name: Upload wheels
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit aedda99

Please sign in to comment.