Skip to content

Commit

Permalink
Back to using latest release, not rc
Browse files Browse the repository at this point in the history
  • Loading branch information
epugh committed Mar 6, 2025
1 parent 875de42 commit ffcc366
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/setup_jupyterlite
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
require 'pathname'

# Update our Jupyterlite setup from the latest.
# Update our Jupyterlite setup using the latest release.
JUPYTER_BUILD_DOWNLOAD_URL = "https://github.com/o19s/quepid-jupyterlite/releases/latest/download/jupyter-lite-build.tgz"

# path to your application root.
Expand Down
2 changes: 1 addition & 1 deletion lib/tasks/assets.rake
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace :assets do

# Only deal with the compressed notebooks if we don't have the directory already.
if !File.exist?(notebooks_dir) && !File.exist?(notebooks_gz)
url = 'https://github.com/o19s/quepid-jupyterlite/releases/download/0.3.2-rc2/jupyter-lite-build.tgz'
url = 'https://github.com/o19s/quepid-jupyterlite/releases/latest/download/jupyter-lite-build.tgz'
puts "Downloading latest Quepid Notebooks from #{url}"
system "wget --no-verbose -O #{notebooks_gz} #{url}"
end
Expand Down

0 comments on commit ffcc366

Please sign in to comment.