File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5757 runs-on : ubuntu-20.04
5858 strategy :
5959 matrix : # using `matrix` to define a constant
60- package : ['julia==0.5.7.dev ']
60+ package : ['julia==0.5.7']
6161 steps :
6262 - name : Set up Python 3.9
6363 uses : actions/setup-python@v1
Original file line number Diff line number Diff line change 1616
1717commands =
1818 shell-retry --backoff =2 --interval-max =20 --retry-count =30 --verbose -- \
19- pip install --index-url https://test.pypi.org/simple/ julia ==0.5.7.dev
19+ pip install --index-url https://test.pypi.org/simple/ julia ==0.5.7
2020
2121 python -c " from julia import install; install()"
2222 python -m julia.runtests -- \
Original file line number Diff line number Diff line change 2727# The short X.Y version
2828version = '0.5.7'
2929# The full version, including alpha/beta/rc tags
30- release = '0.5.7.dev '
30+ release = '0.5.7'
3131
3232
3333# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 11# This file is executed via setup.py and imported via __init__.py
22
3- __version__ = "0.5.7.dev "
3+ __version__ = "0.5.7"
44# For Python versioning scheme, see:
55# https://www.python.org/dev/peps/pep-0440/#version-scheme
You can’t perform that action at this time.
0 commit comments