Skip to content

Commit

Permalink
fix: bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
dirvine committed Nov 28, 2024
1 parent 151627d commit c286f48
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,9 @@ jobs:
with:
target: ${{ matrix.target }}
manylinux: auto
args: --release --out dist --features python
args: --release --out dist --manifest-path Cargo.toml --features python
sccache: 'true'
manylinux-python-version: ${{ matrix.python-version }}
- name: Test wheel
if: matrix.target == 'x86_64'
run: |
Expand Down Expand Up @@ -150,7 +151,6 @@ jobs:

sdist:
runs-on: ubuntu-latest
# Add permissions to job
permissions:
id-token: write
contents: read
Expand All @@ -160,7 +160,8 @@ jobs:
uses: PyO3/maturin-action@v1
with:
command: sdist
args: --out dist
args: --out dist --manifest-path Cargo.toml --features python
sccache: 'true'
- name: Upload sdist
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit c286f48

Please sign in to comment.