File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- name : Publish Python distribution package to PyPI and TestPyPI
2
+ name : PyPI - Build and publish
3
3
on : push
4
4
jobs :
5
5
build-n-publish :
6
- name : Build and publish Python distributions to PyPI and TestPyPI
6
+ name : PyPI - Build and publish
7
7
runs-on : ubuntu-latest
8
8
steps :
9
9
- uses : actions/checkout@master
Original file line number Diff line number Diff line change 1
1
---
2
- name : Test with pytest
2
+ name : Tests
3
3
on : push
4
4
jobs :
5
5
pytest :
6
- name : Test with pytest
6
+ name : Tests
7
7
runs-on : ubuntu-latest
8
8
steps :
9
9
- uses : actions/checkout@master
13
13
python-version : 3.9
14
14
- name : Install requirements
15
15
run : pip install -r requirements.txt
16
+ - name : Install test requirements
17
+ run : pip install -r test-requirements.txt
16
18
- name : Install pytest
17
19
run : pip install pytest
18
20
- name : Run tests
You can’t perform that action at this time.
0 commit comments