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 0bc600e
Show file tree
Hide file tree
Showing 22 changed files with 439 additions and 950 deletions.
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 0bc600e

Please sign in to comment.