File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
12name : Semantic Release
2-
33on :
44 push :
55 branches :
66 - master
77
88jobs :
9- test :
9+ build :
1010 runs-on : ubuntu-latest
1111 strategy :
1212 max-parallel : 4
1313 matrix :
14- python-version : [3.6 , 3.7 , 3.8 ]
14+ python-version : [3.7 , 3.8 , 3.9 ]
1515
1616 steps :
1717 - name : Install secp256k1
Original file line number Diff line number Diff line change 1+ ---
12name : tox
2-
33on : [push]
44
55jobs :
@@ -11,16 +11,16 @@ jobs:
1111 python-version : [3.7, 3.8, 3.9]
1212
1313 steps :
14- - name : Install secp256k1
15- run : sudo apt-get install libsecp256k1-0 libsecp256k1-dev
16- - uses : actions/checkout@v1
17- - name : Set up Python ${{ matrix.python-version }}
18- uses : actions/setup-python@v1
19- with :
20- python-version : ${{ matrix.python-version }}
21- - name : Install dependencies
22- run : |
23- python -m pip install --upgrade pip
24- pip install tox tox-gh-actions
25- - name : Test with tox
26- run : tox
14+ - name : Install secp256k1
15+ run : sudo apt-get install libsecp256k1-0 libsecp256k1-dev
16+ - uses : actions/checkout@v1
17+ - name : Set up Python ${{ matrix.python-version }}
18+ uses : actions/setup-python@v1
19+ with :
20+ python-version : ${{ matrix.python-version }}
21+ - name : Install dependencies
22+ run : |
23+ python -m pip install --upgrade pip
24+ pip install tox tox-gh-actions
25+ - name : Test with tox
26+ run : tox
You can’t perform that action at this time.
0 commit comments