File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 python-version : ${{ env.DEFAULT_PYTHON }}
2323 - name : Install requirements
2424 run : |
25- python -m pip install -U pip setuptools twine wheel
25+ python -m pip install -U pip twine wheel
26+ python -m pip install -U "setuptools>=56.0.0"
2627 - name : Build distributions
2728 run : |
2829 python setup.py sdist bdist_wheel
Original file line number Diff line number Diff line change @@ -179,4 +179,5 @@ Thumbs.db
179179
180180# -----
181181# Custom / Overwrites
182+ ! .vscode /settings.default.json
182183.vscode /settings.json
Original file line number Diff line number Diff line change 66 {
77 "label" : " Build package" ,
88 "type" : " shell" ,
9- "command" : " rm -rf build dist *.egg-info; source venv/bin/activate; python setup.py sdist bdist_wheel" ,
9+ "command" : " rm -rf build dist *.egg-info; ${command: python.interpreterPath} setup.py sdist bdist_wheel" ,
1010 "group" : {
1111 "kind" : " build" ,
1212 "isDefault" : true ,
Original file line number Diff line number Diff line change 1+ include requirements.txt
2+ include requirements_black.txt
You can’t perform that action at this time.
0 commit comments