fonsp / Pluto.jl

🎈 Simple reactive notebooks for Julia
https://plutojl.org/
MIT License
4.91k stars 284 forks source link

Bump version #2741

Closed Pangoraw closed 7 months ago

Pangoraw commented 7 months ago

This will retrigger a bundler build which failed for 0.19.34.

The bundler succeeded when retriggered in https://github.com/fonsp/Pluto.jl/commit/60baec9da45fdbe57336e965be1ae1aca7728847.

github-actions[bot] commented 7 months ago

Try this Pull Request!

Open Julia and type:

  julia> import Pkg
  julia> Pkg.activate(temp=true)
  julia> Pkg.add(url="https://github.com/fonsp/Pluto.jl", rev="Pangoraw-0.19.35")
  julia> using Pluto
fonsp commented 7 months ago

Owww sorry for the broken release 🙈 and thanks for fixing it so fast!!

The tests caught it (https://github.com/fonsp/Pluto.jl/commit/17ca1c570627c30904fb9a94e0cdace0378e0b4c) but i was too much in a hurry to wait for them. Good reminder to go through the full process every time

Pangoraw commented 7 months ago

It would be nice to identify where the bundling failed (https-resolver?) and why it succeeds by just re-running it.

fonsp commented 7 months ago

Would be nice!