Skip to content

Commit 2e2e37e

Browse files
committed
retry py source build
1 parent 5f93c99 commit 2e2e37e

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,6 @@ jobs:
6767
with:
6868
python-version: '3.x'
6969

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-
7670
- name: Describe Tag & Branch Name
7771
id: build_names
7872
run: |
@@ -87,6 +81,8 @@ jobs:
8781
cp -r ../third_party .
8882
mkdir app
8983
cp -r ../app/tng app
84+
python -m pip install --upgrade pip
85+
pip install build
9086
python -m build
9187
env:
9288
TAG_NAME: ${{ steps.build_names.outputs.TAG_NAME }}

0 commit comments

Comments
 (0)