We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70e43e7 commit 20ffc04Copy full SHA for 20ffc04
1 file changed
.github/workflows/build.yml
@@ -37,7 +37,7 @@ jobs:
37
cp -r ../app/tng app
38
39
- name: Build wheels
40
- uses: pypa/cibuildwheel@v2.17.0
+ uses: pypa/cibuildwheel@v2.21.2
41
with:
42
package-dir: python
43
env:
@@ -65,7 +65,7 @@ jobs:
65
- uses: actions/setup-python@v5
66
name: Install Python
67
68
- python-version: '3.7'
+ python-version: '3.x'
69
70
- name: Describe Tag & Branch Name
71
id: build_names
@@ -81,7 +81,7 @@ jobs:
81
cp -r ../third_party .
82
mkdir app
83
84
- python setup.py sdist
+ python -m build
85
86
TAG_NAME: ${{ steps.build_names.outputs.TAG_NAME }}
87
0 commit comments