Skip to content

Commit 5e8e0b1

Browse files
Copilotyouknowone
andcommitted
Add release notes explaining users need both binary and Lib archive
Co-authored-by: youknowone <69878+youknowone@users.noreply.github.com>
1 parent bb418fb commit 5e8e0b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,8 @@ jobs:
181181
--repo="$GITHUB_REPOSITORY" \
182182
--title="RustPython $RELEASE_TYPE_NAME $today-$tag #$run" \
183183
--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." \
185+
--notes-start-tag "" \
184186
--generate-notes \
185187
$PRERELEASE_ARG \
186188
bin/rustpython-release-*

0 commit comments

Comments
 (0)