Skip to content

Commit 8325d8c

Browse files
authored
chore: Add support for polars 1.* (#90)
1 parent aaa93eb commit 8325d8c

File tree

6 files changed

+3458
-4334
lines changed

6 files changed

+3458
-4334
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,6 @@ jobs:
4747
with:
4848
name: artifact
4949
path: dist
50-
- name: Publish package on TestPyPi
51-
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc
52-
with:
53-
repository-url: https://test.pypi.org/legacy/
5450
- name: Publish package on PyPi
5551
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc
5652
- uses: actions/checkout@v4

.github/workflows/ci.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,12 @@ jobs:
1818
matrix:
1919
env:
2020
- pl014
21-
- pl015
22-
- pl016
23-
- pl017
24-
- pl018
25-
- pl019
26-
- pl020
21+
- pl1
2722
- py39
2823
- py310
2924
- py311
3025
- py312
26+
- py313
3127
steps:
3228
- uses: actions/checkout@v4
3329
- uses: prefix-dev/setup-pixi@92815284c57faa15cd896c4d5cfb2d59f32dc43d

0 commit comments

Comments
 (0)