Skip to content

Commit

Permalink
Release issues (#89)
Browse files Browse the repository at this point in the history
* maturin builds

* fixing maturin

* trying many linux with stable rust (ml2014)

---------

Co-authored-by: Shan Tharanga <[email protected]>
  • Loading branch information
ShanWeera and shantharanga authored Sep 3, 2024
1 parent d7b1d32 commit 56a9f5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@ jobs:

- name: PyPi publish
if: matrix.os == 'ubuntu-latest'
uses: ShanWeera/maturin-action@v1.19.9
uses: messense/maturin-action@v1
env:
MATURIN_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
with:
maturin-version: latest
command: publish
args: --username __token__ --skip-existing --out dist --universal2 --no-sdist --interpreter python${{ matrix.python-version }}
manylinux: 2_28
args: --username __token__ --skip-existing --out dist --no-sdist --interpreter python${{ matrix.python-version }}
manylinux: 2014
- name: PyPi publish
if: matrix.os == 'macos-latest'
uses: messense/maturin-action@v1
Expand Down

0 comments on commit 56a9f5f

Please sign in to comment.