Skip to content

Commit 6c7c479

Browse files
Force release this one time
1 parent 41db85d commit 6c7c479

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Diff for: .github/workflows/python.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
target: ${{ matrix.target }}
3131
args: --release --out dist --find-interpreter -F python
3232
sccache: 'true'
33-
# manylinux: false
33+
rust-toolchain: 1.73
3434

3535
- name: Upload wheels
3636
uses: actions/upload-artifact@v3
@@ -69,7 +69,7 @@ jobs:
6969
with:
7070
target: ${{ matrix.target }}
7171
args: --release --out dist --find-interpreter -F python
72-
# sccache: 'true' # sscache seems to have broken on Windows on Github -- https://github.com/nyx-space/nyx/actions/runs/5156694943/jobs/9288035780
72+
rust-toolchain: 1.73
7373
- name: Upload wheels
7474
uses: actions/upload-artifact@v3
7575
with:
@@ -132,6 +132,7 @@ jobs:
132132
with:
133133
command: sdist
134134
args: --out dist
135+
rust-toolchain: 1.73
135136
- name: Upload sdist
136137
uses: actions/upload-artifact@v3
137138
with:
@@ -141,7 +142,7 @@ jobs:
141142
release:
142143
name: Release
143144
runs-on: ubuntu-latest
144-
if: github.ref_type == 'tag' || github.event_name == 'workflow_dispatch'
145+
# if : github.ref_type == 'tag' || github.event_name == 'workflow_dispatch'
145146
needs: [linux, windows, macos, sdist]
146147
steps:
147148
- uses: actions/download-artifact@v3

0 commit comments

Comments
 (0)