Skip to content

Commit 1fe2795

Browse files
authored
build: Make runtime_64 ci similar to rt32 and compat (#25028)
1 parent 7dc2ee5 commit 1fe2795

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.github/workflows/release-python.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,9 @@ jobs:
125125
pip install yq
126126
127127
- name: Rename target directory
128-
if: matrix.package != 'polars-runtime-64'
129128
run: |
130129
SNAKE_CASE="$(echo '${{ matrix.package }}' | sed 's/-/_/g')"
131-
mv py-polars/runtime/_polars_runtime_64 py-polars/runtime/_$SNAKE_CASE
130+
mv py-polars/runtime/_polars_runtime_tmpl py-polars/runtime/_$SNAKE_CASE
132131
- name: Update runtime package and module names
133132
run: |
134133
cp rust-toolchain.toml py-polars/runtime
@@ -288,10 +287,9 @@ jobs:
288287
pip install yq
289288
290289
- name: Rename target directory
291-
if: matrix.package != 'polars-runtime-64'
292290
run: |
293291
SNAKE_CASE="$(echo '${{ matrix.package }}' | sed 's/-/_/g')"
294-
mv py-polars/runtime/_polars_runtime_64 py-polars/runtime/_$SNAKE_CASE
292+
mv py-polars/runtime/_polars_runtime_tmpl py-polars/runtime/_$SNAKE_CASE
295293
- name: Update runtime package and module names
296294
run: |
297295
SNAKE_CASE="$(echo '${{ matrix.package }}' | sed 's/-/_/g')"

0 commit comments

Comments
 (0)