Skip to content

Commit ad5ffb6

Browse files
authored
Remove packaging from release (#5680)
1 parent 861055f commit ad5ffb6

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/release.yml

-14
Original file line numberDiff line numberDiff line change
@@ -80,20 +80,6 @@ jobs:
8080
run: cp target/${{ matrix.platform.target }}/release/rustpython.exe target/rustpython-release-${{ runner.os }}-${{ matrix.platform.target }}.exe
8181
if: runner.os == 'Windows'
8282

83-
- name: Install cargo-packager
84-
run: cargo binstall cargo-packager
85-
86-
- name: Generate MSI
87-
if: runner.os == 'Windows'
88-
run: cargo packager -f wix --release -o installer
89-
90-
- name: Upload MSI
91-
if: runner.os == 'Windows'
92-
uses: actions/upload-artifact@v4
93-
with:
94-
name: rustpython-installer-msi-${{ runner.os }}-${{ matrix.platform.target }}
95-
path: installer/*.msi
96-
9783
- name: Upload Binary Artifacts
9884
uses: actions/upload-artifact@v4
9985
with:

0 commit comments

Comments
 (0)