Skip to content

Commit

Permalink
chore: remove workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
natir committed Mar 19, 2024
1 parent c2405d1 commit a238c72
Show file tree
Hide file tree
Showing 23 changed files with 463 additions and 953 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
uses: actions/checkout@v2

- name: Generate code coverage
run: cargo +nightly tarpaulin --verbose --engine llvm --no-dead-code --all-features --workspace --timeout 120 --out xml
run: cargo +nightly tarpaulin --all-features --workspace --timeout 120 --out xml

- name: Upload to codecov.io
uses: codecov/codecov-action@v2
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/pypublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ jobs:
target: ${{ matrix.target }}
args: --sdist --release --out dist --find-interpreter
sccache: 'true'
working-directory: vcf2parquet-py
working-directory: python
manylinux: auto
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: wheels
path: vcf2parquet-py/dist
path: python/dist

windows:
runs-on: windows-latest
Expand All @@ -57,12 +57,12 @@ jobs:
target: ${{ matrix.target }}
args: --sdist --release --out dist --find-interpreter
sccache: 'true'
working-directory: vcf2parquet-py
working-directory: python
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: wheels
path: vcf2parquet-py/dist
path: python/dist

macos:
runs-on: macos-latest
Expand All @@ -80,12 +80,12 @@ jobs:
target: ${{ matrix.target }}
args: --sdist --release --out dist --find-interpreter
sccache: 'true'
working-directory: vcf2parquet-py
working-directory: python
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: wheels
path: vcf2parquet-py/dist
path: python/dist

release:
name: Release
Expand Down
Loading

0 comments on commit a238c72

Please sign in to comment.