We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f93c99 commit 2e2e37eCopy full SHA for 2e2e37e
1 file changed
.github/workflows/build.yml
@@ -67,12 +67,6 @@ jobs:
67
with:
68
python-version: '3.x'
69
70
- # Install build tools (setuptools, wheel, and build)
71
- - name: Install build tools
72
- run: |
73
- python -m pip install --upgrade pip
74
- pip install setuptools wheel build
75
-
76
- name: Describe Tag & Branch Name
77
id: build_names
78
run: |
@@ -87,6 +81,8 @@ jobs:
87
81
cp -r ../third_party .
88
82
mkdir app
89
83
cp -r ../app/tng app
84
+ python -m pip install --upgrade pip
85
+ pip install build
90
86
python -m build
91
env:
92
TAG_NAME: ${{ steps.build_names.outputs.TAG_NAME }}
0 commit comments