File tree 4 files changed +6
-2
lines changed
4 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 22
22
python-version : ${{ env.DEFAULT_PYTHON }}
23
23
- name : Install requirements
24
24
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"
26
27
- name : Build distributions
27
28
run : |
28
29
python setup.py sdist bdist_wheel
Original file line number Diff line number Diff line change @@ -179,4 +179,5 @@ Thumbs.db
179
179
180
180
# -----
181
181
# Custom / Overwrites
182
+ ! .vscode /settings.default.json
182
183
.vscode /settings.json
Original file line number Diff line number Diff line change 6
6
{
7
7
"label" : " Build package" ,
8
8
"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" ,
10
10
"group" : {
11
11
"kind" : " build" ,
12
12
"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