Skip to content

Commit 62c2bae

Browse files
dbarbuzziderekk-nm
andauthored
Update build workflow to Python 3.12 (#248)
* Update build workflow to Python 3.12 * Validate with working branch * Use latest build-ml-whl which installs setuptools --------- Co-authored-by: Derek Kozikowski <106621615+derekk-nm@users.noreply.github.com>
1 parent b9c536d commit 62c2bae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- name: set python
6969
uses: actions/setup-python@v4
7070
with:
71-
python-version: '3.10'
71+
python-version: '3.12'
7272

7373
- name: checkout code
7474
id: checkout
@@ -88,7 +88,7 @@ jobs:
8888

8989
- name: build
9090
id: build
91-
uses: neuralmagic/nm-actions/actions/build-ml-whl@v1.6.0
91+
uses: neuralmagic/nm-actions/actions/build-ml-whl@v1.12.0
9292
with:
9393
dev: false
9494
release: ${{ inputs.wf_category == 'RELEASE' }}

0 commit comments

Comments
 (0)