Skip to content

Commit

Permalink
using setup instead of build dist
Browse files Browse the repository at this point in the history
  • Loading branch information
Srinivas-E committed Oct 8, 2024
1 parent b654374 commit 48bb808
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
cd python
cp ../release_notes.md .
cp -r ../lib .
cp -r ../lib/cmake .
cp -r ../third_party .
mkdir app
cp -r ../app/tng app
Expand Down Expand Up @@ -94,13 +93,10 @@ jobs:
cd python
echo $TAG_NAME >VERSION
cp -r ../lib .
cp -r ../lib/cmake .
cp -r ../third_party .
mkdir app
cp -r ../app/tng app
python -m pip install --upgrade pip
python -m pip install build
python -m build
python setup.py sdist
env:
TAG_NAME: ${{ steps.build_names.outputs.TAG_NAME }}

Expand Down

0 comments on commit 48bb808

Please sign in to comment.