File tree 4 files changed +11
-6
lines changed
4 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 24
24
- name : Install dependencies
25
25
run : |
26
26
python -m pip install --upgrade pip
27
- pip install setuptools wheel twine
27
+ pip install -r requirements/build-pkg.txt
28
28
- name : Build and publish
29
29
env :
30
30
TWINE_USERNAME : ${{ secrets.PYPI_USERNAME }}
Original file line number Diff line number Diff line change 83
83
git fetch --depth=1 origin +refs/tags/*:refs/tags/*
84
84
- name : Build Docker Image
85
85
run : docker build . --file docs/Dockerfile
86
- test-build :
86
+ test-build-package :
87
87
runs-on : ubuntu-latest
88
88
steps :
89
89
- uses : actions/checkout@v2
98
98
run : |
99
99
npm install -g npm@latest
100
100
npm --version
101
+ - name : Install Python Dependencies
102
+ run : |
103
+ pip install --upgrade pip
104
+ pip install -r requirements/build-pkg.txt
101
105
- name : Test Build Creation
102
106
run : python setup.py bdist_wheel sdist
Original file line number Diff line number Diff line change 1
- pre-commit
2
- twine
3
- wheel
4
- setuptools_scm
5
1
-r requirements/build-docs.txt
2
+ -r requirements/build-pkg.txt
6
3
-r requirements/check-style.txt
7
4
-r requirements/check-types.txt
8
5
-r requirements/pkg-deps.txt
Original file line number Diff line number Diff line change
1
+ pre-commit
2
+ twine
3
+ wheel
4
+ setuptools_scm
You can’t perform that action at this time.
0 commit comments