Skip to content

Commit c6b3284

Browse files
Copilotyouknowone
andcommitted
Only create zip archive, remove tar.gz
Co-authored-by: youknowone <69878+youknowone@users.noreply.github.com>
1 parent 22327ec commit c6b3284

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ jobs:
155155

156156
- name: Create Lib Archive
157157
run: |
158-
tar -czf bin/rustpython-lib.tar.gz Lib/
159158
zip -r bin/rustpython-lib.zip Lib/
160159
161160
- name: List Binaries
@@ -181,7 +180,7 @@ jobs:
181180
--repo="$GITHUB_REPOSITORY" \
182181
--title="RustPython $RELEASE_TYPE_NAME $today-$tag #$run" \
183182
--target="$tag" \
184-
--notes "⚠️ **Important**: To run RustPython, you must download both the binary for your platform AND the \`rustpython-lib.tar.gz\` (or \`.zip\`) archive. Extract the Lib directory from the archive to the same location as the binary, or set the \`RUSTPYTHONPATH\` environment variable to point to the Lib directory." \
183+
--notes "⚠️ **Important**: To run RustPython, you must download both the binary for your platform AND the \`rustpython-lib.zip\` archive. Extract the Lib directory from the archive to the same location as the binary, or set the \`RUSTPYTHONPATH\` environment variable to point to the Lib directory." \
185184
--generate-notes \
186185
$PRERELEASE_ARG \
187186
bin/rustpython-release-*

0 commit comments

Comments
 (0)