File tree Expand file tree Collapse file tree 4 files changed +11
-6
lines changed Expand file tree Collapse file tree 4 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 2424 - name : Install dependencies
2525 run : |
2626 python -m pip install --upgrade pip
27- pip install setuptools wheel twine
27+ pip install -r requirements/build-pkg.txt
2828 - name : Build and publish
2929 env :
3030 TWINE_USERNAME : ${{ secrets.PYPI_USERNAME }}
Original file line number Diff line number Diff line change 8383 git fetch --depth=1 origin +refs/tags/*:refs/tags/*
8484 - name : Build Docker Image
8585 run : docker build . --file docs/Dockerfile
86- test-build :
86+ test-build-package :
8787 runs-on : ubuntu-latest
8888 steps :
8989 - uses : actions/checkout@v2
9898 run : |
9999 npm install -g npm@latest
100100 npm --version
101+ - name : Install Python Dependencies
102+ run : |
103+ pip install --upgrade pip
104+ pip install -r requirements/build-pkg.txt
101105 - name : Test Build Creation
102106 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
51-r requirements/build-docs.txt
2+ -r requirements/build-pkg.txt
63-r requirements/check-style.txt
74-r requirements/check-types.txt
85-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