File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed
Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -24,13 +24,17 @@ jobs:
2424 with :
2525 python-version : " 3.12"
2626
27+ - uses : actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # ratchet:actions/setup-python@v4
28+ with :
29+ python-version : " 3.13"
30+
2731 - name : Build wheels
2832 uses : PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # ratchet:PyO3/maturin-action@v1
2933 with :
3034 working-directory : ./vrp-cli
3135 target : ${{ matrix.target }}
3236 sccache : " true"
33- args : --release --out dist -m Cargo.toml -i 3.12
37+ args : --release --out dist -m Cargo.toml -i 3.12 -i 3.13
3438 manylinux : auto
3539
3640 - name : Upload wheels
@@ -52,12 +56,17 @@ jobs:
5256 python-version : " 3.12"
5357 architecture : " arm64"
5458
59+ - uses : actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # ratchet:actions/setup-python@v4
60+ with :
61+ python-version : " 3.13"
62+ architecture : " arm64"
63+
5564 - name : Build wheels
5665 uses : PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # ratchet:PyO3/maturin-action@v1
5766 with :
5867 working-directory : ./vrp-cli
5968 target : ${{ matrix.target }}
60- args : --release --out dist --find-interpreter
69+ args : --release --out dist -m Cargo.toml -i 3.12 -i 3.13
6170 sccache : " true"
6271
6372 - name : Upload wheels
You can’t perform that action at this time.
0 commit comments