We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 861055f commit ad5ffb6Copy full SHA for ad5ffb6
.github/workflows/release.yml
@@ -80,20 +80,6 @@ jobs:
80
run: cp target/${{ matrix.platform.target }}/release/rustpython.exe target/rustpython-release-${{ runner.os }}-${{ matrix.platform.target }}.exe
81
if: runner.os == 'Windows'
82
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
92
- uses: actions/upload-artifact@v4
93
- with:
94
- name: rustpython-installer-msi-${{ runner.os }}-${{ matrix.platform.target }}
95
- path: installer/*.msi
96
97
- name: Upload Binary Artifacts
98
uses: actions/upload-artifact@v4
99
with:
0 commit comments