Skip to content

Commit

Permalink
fix linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
LaihoE committed Mar 19, 2024
1 parent fc0dc61 commit 6b961aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
run: |
sudo apt-get install -y libopus-dev opus-tools autoconf automake libtool gcc make
- name: Build Wheels
container: ubuntu:latest
uses: PyO3/maturin-action@v1
env:
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
LIBOPUS_NO_PKG: true
with:
command: publish
target: ${{ matrix.target }}
Expand Down

0 comments on commit 6b961aa

Please sign in to comment.