Skip to content

Commit 615a93e

Browse files
authored
ci: Remove dist/ from release python workflow (#24639)
1 parent 9b430eb commit 615a93e

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/release-python.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -435,12 +435,6 @@ jobs:
435435
with:
436436
ref: ${{ inputs.sha }}
437437

438-
- name: Download sdist
439-
uses: actions/download-artifact@v4
440-
with:
441-
name: sdist-polars
442-
path: dist
443-
444438
- name: Get version from Cargo.toml
445439
id: version
446440
working-directory: py-polars
@@ -473,7 +467,7 @@ jobs:
473467
env:
474468
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
475469
TAG: ${{ steps.github-release.outputs.tag_name }}
476-
FILES: dist/polars-*.tar.gz wasm-dist/polars-*.whl
470+
FILES: wasm-dist/polars-*.whl
477471

478472
- name: Publish GitHub release
479473
if: inputs.dry-run == false

0 commit comments

Comments
 (0)