File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
py-polars/runtime/_polars_runtime_tmpl Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff 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')"
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments