File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -23,15 +23,14 @@ jobs:
23
23
- name : " Get upstream C library"
24
24
run : git submodule update --init
25
25
- name : Set up Python ${{ matrix.python-version }}
26
- uses : actions/setup-python@v4.3.0
26
+ uses : actions/setup-python@v4
27
27
with :
28
28
cache : " pip"
29
29
python-version : ${{ matrix.python-version }}
30
30
- name : Install dependencies
31
31
run : |
32
32
python -m pip install --upgrade pip setuptools
33
33
pip install -r requirements.txt
34
- python setup.py install
35
34
- name : Run tests
36
35
run : python setup.py test
37
36
- name : Build package
Original file line number Diff line number Diff line change 56
56
57
57
setup (
58
58
name = 'freesasa' ,
59
- version = '2.2.0rc4 ' ,
59
+ version = '2.2.0rc5 ' ,
60
60
description = 'Calculate solvent accessible surface areas of proteins' ,
61
61
long_description = long_description ,
62
62
author = 'Simon Mitternacht' ,
You can’t perform that action at this time.
0 commit comments