File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 55jobs :
66 build-n-publish :
77 name : Build and publish Python 🐍 distributions 📦 to PyPI and TestPyPI
8- runs-on : ubuntu-18.04
8+ runs-on : ubuntu-latest
99 steps :
1010 - uses : actions/checkout@master
1111 - name : Set up Python 3.7
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 strategy :
1313 matrix :
14- python-version : [3.7 , 3.8 ]
14+ python-version : [3.8 , 3.9 ]
1515
1616 steps :
1717 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change 1010copyright = '2022, Alejandro de la Vega'
1111author = 'Alejandro de la Vega'
1212
13- release = '0.4 '
14- version = '0.4.10 '
13+ release = '0.5 '
14+ version = '0.5.0 '
1515
1616# -- General configuration
1717
3636html_theme = 'sphinx_rtd_theme'
3737
3838# -- Options for EPUB output
39- epub_show_urls = 'footnote'
39+ epub_show_urls = 'footnote'
Original file line number Diff line number Diff line change 55 long_description = fh .read ()
66
77setup (name = 'pyns' ,
8- version = '0.4.10 ' ,
8+ version = '0.5.0 ' ,
99 description = 'Neuroscout API wrapper' ,
1010 long_description = long_description ,
1111 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments