Skip to content

Commit

Permalink
get rid of sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavsuku-db committed Jul 30, 2024
1 parent 5ff9f01 commit 9289dc4
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,23 +71,6 @@ jobs:
pip3 install delta_kernel_python --find-links dist --force-reinstall
cd ../../python/delta-kernel-python && pytest
sdist:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build sdist
uses: PyO3/maturin-action@v1
with:
command: sdist
args: --out dist --manifest-path ../../python/delta-kernel-python/Cargo.toml
env:
NODE_OPTIONS: --max_old_space_size=32768
- name: Upload sdist
uses: actions/upload-artifact@v4
with:
name: wheels-sdist
path: dist

release:
name: Release
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9289dc4

Please sign in to comment.