Skip to content

Commit 48bb808

Browse files
committed
using setup instead of build dist
1 parent b654374 commit 48bb808

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ jobs:
3232
cd python
3333
cp ../release_notes.md .
3434
cp -r ../lib .
35-
cp -r ../lib/cmake .
3635
cp -r ../third_party .
3736
mkdir app
3837
cp -r ../app/tng app
@@ -94,13 +93,10 @@ jobs:
9493
cd python
9594
echo $TAG_NAME >VERSION
9695
cp -r ../lib .
97-
cp -r ../lib/cmake .
9896
cp -r ../third_party .
9997
mkdir app
10098
cp -r ../app/tng app
101-
python -m pip install --upgrade pip
102-
python -m pip install build
103-
python -m build
99+
python setup.py sdist
104100
env:
105101
TAG_NAME: ${{ steps.build_names.outputs.TAG_NAME }}
106102

0 commit comments

Comments
 (0)