Skip to content

Commit fc7f4bf

Browse files
committed
chore(action): remove bloat
1 parent 1fc3ad4 commit fc7f4bf

File tree

2 files changed

+1
-33
lines changed

2 files changed

+1
-33
lines changed

.github/workflows/python-release.yml

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,6 @@ jobs:
4343
args: --release --out dist --manifest-path binding/python/Cargo.toml
4444
sccache: 'true'
4545
manylinux: auto
46-
- name: Build free-threaded wheels
47-
uses: PyO3/maturin-action@v1
48-
with:
49-
target: ${{ matrix.platform.target }}
50-
args: --release --out dist --manifest-path binding/python/Cargo.toml -i python3.13t
51-
sccache: 'true'
52-
manylinux: auto
5346
- name: Upload wheels
5447
uses: actions/upload-artifact@v4
5548
with:
@@ -78,14 +71,7 @@ jobs:
7871
uses: PyO3/maturin-action@v1
7972
with:
8073
target: ${{ matrix.platform.target }}
81-
args: --release --out dist --manifest-path binding/python/Cargo.toml
82-
sccache: 'true'
83-
manylinux: musllinux_1_2
84-
- name: Build free-threaded wheels
85-
uses: PyO3/maturin-action@v1
86-
with:
87-
target: ${{ matrix.platform.target }}
88-
args: --release --out dist --manifest-path binding/python/Cargo.toml -i python3.13t
74+
args: --release --out dist --manifest-path bindings/python/Cargo.toml
8975
sccache: 'true'
9076
manylinux: musllinux_1_2
9177
- name: Upload wheels
@@ -115,12 +101,6 @@ jobs:
115101
target: ${{ matrix.platform.target }}
116102
args: --release --out dist --manifest-path binding/python/Cargo.toml
117103
sccache: 'true'
118-
- name: Build free-threaded wheels
119-
uses: PyO3/maturin-action@v1
120-
with:
121-
target: ${{ matrix.platform.target }}
122-
args: --release --out dist --manifest-path binding/python/Cargo.toml -i python3.13t
123-
sccache: 'true'
124104
- name: Upload wheels
125105
uses: actions/upload-artifact@v4
126106
with:
@@ -147,12 +127,6 @@ jobs:
147127
target: ${{ matrix.platform.target }}
148128
args: --release --out dist --manifest-path binding/python/Cargo.toml
149129
sccache: 'true'
150-
- name: Build free-threaded wheels
151-
uses: PyO3/maturin-action@v1
152-
with:
153-
target: ${{ matrix.platform.target }}
154-
args: --release --out dist --manifest-path binding/python/Cargo.toml -i python3.13t
155-
sccache: 'true'
156130
- name: Upload wheels
157131
uses: actions/upload-artifact@v4
158132
with:

.github/workflows/rust-release.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,6 @@ jobs:
2222
with:
2323
toolchain: stable
2424

25-
- name: Cache Cargo Registry
26-
uses: actions/cache@v1
27-
with:
28-
path: ~/.cargo/registry
29-
key: ubuntu-latest-cargo-registry-${{ hashFiles('**/Cargo.toml') }}
30-
3125
- name: Dry Run Publish package rust
3226
working-directory: ./bintensors
3327
run: cargo publish --dry-run

0 commit comments

Comments
 (0)