Skip to content

Commit

Permalink
Release 0.6.0: Tangela
Browse files Browse the repository at this point in the history
  • Loading branch information
natir committed Mar 19, 2024
1 parent 731668f commit 7d29610
Show file tree
Hide file tree
Showing 9 changed files with 150 additions and 125 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pypublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.target }}
args: --release --out dist --find-interpreter
args: --sdist --release --out dist --find-interpreter
sccache: 'true'
working-directory: vcf2parquet-py
manylinux: auto
Expand All @@ -57,7 +57,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.target }}
args: --release --out dist --find-interpreter
args: --sdist --release --out dist --find-interpreter
sccache: 'true'
working-directory: vcf2parquet-py
- name: Upload wheels
Expand All @@ -80,7 +80,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.target }}
args: --release --out dist --find-interpreter
args: --sdist --release --out dist --find-interpreter
sccache: 'true'
working-directory: vcf2parquet-py
- name: Upload wheels
Expand Down
Loading

0 comments on commit 7d29610

Please sign in to comment.