We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b430eb commit 615a93eCopy full SHA for 615a93e
.github/workflows/release-python.yml
@@ -435,12 +435,6 @@ jobs:
435
with:
436
ref: ${{ inputs.sha }}
437
438
- - name: Download sdist
439
- uses: actions/download-artifact@v4
440
- with:
441
- name: sdist-polars
442
- path: dist
443
-
444
- name: Get version from Cargo.toml
445
id: version
446
working-directory: py-polars
@@ -473,7 +467,7 @@ jobs:
473
467
env:
474
468
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
475
469
TAG: ${{ steps.github-release.outputs.tag_name }}
476
- FILES: dist/polars-*.tar.gz wasm-dist/polars-*.whl
470
+ FILES: wasm-dist/polars-*.whl
477
471
478
472
- name: Publish GitHub release
479
if: inputs.dry-run == false
0 commit comments