Skip to content

Commit

Permalink
retry py source build
Browse files Browse the repository at this point in the history
  • Loading branch information
Srinivas-E committed Oct 8, 2024
1 parent 5f93c99 commit 2e2e37e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,6 @@ jobs:
with:
python-version: '3.x'

# Install build tools (setuptools, wheel, and build)
- name: Install build tools
run: |
python -m pip install --upgrade pip
pip install setuptools wheel build
- name: Describe Tag & Branch Name
id: build_names
run: |
Expand All @@ -87,6 +81,8 @@ jobs:
cp -r ../third_party .
mkdir app
cp -r ../app/tng app
python -m pip install --upgrade pip
pip install build
python -m build
env:
TAG_NAME: ${{ steps.build_names.outputs.TAG_NAME }}
Expand Down

0 comments on commit 2e2e37e

Please sign in to comment.