File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 os : [ubuntu-latest]
1616 python-version : ["3.9", "3.10", "3.11"]
1717 numpy_ver : [latest]
18- include :
19- - python-version : " 3.8"
20- numpy_ver : " 1.20"
21- os : " ubuntu-latest"
2218
2319 name : Python ${{ matrix.python-version }} on ${{ matrix.os }} with numpy ${{ matrix.numpy_ver }}
2420 runs-on : ${{ matrix.os }}
6157 - name : Publish results to coveralls
6258 env :
6359 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
60+ COVERALLS_PARALLEL : true
6461 run : coveralls --rcfile=setup.cfg --service=github
62+
63+ finish :
64+ name : Finish Coverage Analysis
65+ needs : build
66+ runs-on : ubuntu-latest
67+ steps :
68+ - name : Coveralls Finished
69+ env :
70+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
71+ run : |
72+ pip install --upgrade coveralls
73+ coveralls --service=github --finish
Original file line number Diff line number Diff line change 22All notable changes to this project will be documented in this file.
33This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44
5+ ## [ 1.0.2] - ?????
6+ - Updated coupling to coveralls
7+ - Updated package version for security issue in sphinx
8+
59## [ 1.0.1] - 2022-01-04
610- Added pyproject.toml to support systems without numpy.
711- Modified manifest.ini to include version.txt
Original file line number Diff line number Diff line change 44ipython
55pandas
66pysat
7- readthedocs-sphinx-search == 0.1.1
7+ readthedocs-sphinx-search == 0.3.2
88scipy
99sphinx_rtd_theme == 1.0.0
1010sphinx == 4.2.0
You can’t perform that action at this time.
0 commit comments