FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Update `publish-release` GH workflow to automatically include the offline.zip asset. by ntoll · Pull Request #2411 · pyscript/pyscript · GitHub

Update publish-release GH workflow to automatically include the offline.zip asset. - #2411

Merged
ntoll merged 5 commits into
mainfrom
offline-asset-on-release
Nov 25, 2025
Merged

Update publish-release GH workflow to automatically include the offline.zip asset.#2411
ntoll merged 5 commits into
mainfrom
offline-asset-on-release

Conversation

ntoll commented Nov 24, 2025
edited
Loading

Copy link
Copy Markdown
Member

Description

This change ensures the offline.zip asset is automatically added to every subsequent release of PyScript.

The offline.zip archive is a directory of the release of PyScript, including the supported interpreters, that can be used offline: i.e. when there's no internet connection.

Addresses aspects of #2408

Changes

Added two changes:

  1. A "build offline" step to npm run build:offline
  2. An upload to release step that uses the gh command (automatically installed) to upload the asset to the release.

Checklist

  • I have checked make build works locally.
  • I have created / updated documentation for this change (if applicable).

ntoll requested a review from WebReflection November 24, 2025 18:49
ntoll force-pushed the offline-asset-on-release branch from 35ed050 to 9e463d5 Compare November 25, 2025 08:23
ntoll merged commit 4a801fa into main Nov 25, 2025
1 check passed
ntoll deleted the offline-asset-on-release branch November 25, 2025 09:37
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL