File tree Expand file tree Collapse file tree 6 files changed +41
-87
lines changed
Expand file tree Collapse file tree 6 files changed +41
-87
lines changed Original file line number Diff line number Diff line change 1+ on :
2+ push :
3+ branches :
4+ - master
5+ tags :
6+ - " ^[0-9]+.[0-9]+.[0-9]+"
7+
8+ jobs :
9+ build_and_deploy :
10+ uses : sensirion/.github/.github/workflows/driver.python.pypi_publish.yml@main
11+ secrets :
12+ PYPI_API_TOKEN : ${{ secrets.PYPI_API_TOKEN }}
13+
Original file line number Diff line number Diff line change 1+ name : Publish Documentation
2+ on :
3+ push :
4+ branches :
5+ - master
6+ tags :
7+ - " ^[0-9]+.[0-9]+.[0-9]+"
8+
9+ jobs :
10+ documentation :
11+ uses : sensirion/.github/.github/workflows/driver.python.documentation.yml@main
12+ with :
13+ run-environment : " ubuntu-20.04"
14+ build-python-version : 3.6
Original file line number Diff line number Diff line change 1+ name : Validate and Test Python Package
2+ on :
3+ pull_request :
4+ branches :
5+ - master
6+ push :
7+ branches :
8+ - master
9+
10+ jobs :
11+ test :
12+ uses : sensirion/.github/.github/workflows/driver.python.test.yml@main
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 4141 'test' : [
4242 'flake8~=3.7.8' ,
4343 'mock~=3.0.0' ,
44- 'pytest~=4.6.11 ' ,
45- 'pytest-cov~=2.12.1 ' ,
44+ 'pytest~=6.2.5 ' ,
45+ 'pytest-cov~=3.0.0 ' ,
4646 ]
4747 },
4848 classifiers = [
You can’t perform that action at this time.
0 commit comments