Skip to content

Commit 20ffc04

Browse files
committed
Python source distribution publish changes
1 parent 70e43e7 commit 20ffc04

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
cp -r ../app/tng app
3838
3939
- name: Build wheels
40-
uses: pypa/cibuildwheel@v2.17.0
40+
uses: pypa/cibuildwheel@v2.21.2
4141
with:
4242
package-dir: python
4343
env:
@@ -65,7 +65,7 @@ jobs:
6565
- uses: actions/setup-python@v5
6666
name: Install Python
6767
with:
68-
python-version: '3.7'
68+
python-version: '3.x'
6969

7070
- name: Describe Tag & Branch Name
7171
id: build_names
@@ -81,7 +81,7 @@ jobs:
8181
cp -r ../third_party .
8282
mkdir app
8383
cp -r ../app/tng app
84-
python setup.py sdist
84+
python -m build
8585
env:
8686
TAG_NAME: ${{ steps.build_names.outputs.TAG_NAME }}
8787

0 commit comments

Comments
 (0)