File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 331 . Update version in ` mix.exs ` and update CHANGELOG.
442 . Run ` git tag x.y.z ` and ` git push --tags ` .
55 1 . Wait for CI to precompile all artifacts.
6- 3 . Run ` mix elixir_make.checksum --all ` .
7- 4 . Run ` mix hex.publish ` .
8- 5 . Bump version in ` mix.exs ` and add ` -dev ` .
6+ 3 . Publish GH release with copied changelog notes (CI creates a draft, we need to publish it to compute the checksum).
7+ 4 . Run ` mix elixir_make.checksum --all ` .
8+ 5 . Run ` mix hex.publish ` .
9+ 6 . Bump version in ` mix.exs ` and add ` -dev ` .
Original file line number Diff line number Diff line change 55defmodule Pythonx.MixProject do
66 use Mix.Project
77
8- @ version "0.3.0 "
8+ @ version "0.3.1-dev "
99 @ description "Python interpreter embedded in Elixir"
1010 @ github_url "https://github.com/livebook-dev/pythonx"
1111
You can’t perform that action at this time.
0 commit comments