Skip to content

Commit

Permalink
Update build workflow to Python 3.12 (#248)
Browse files Browse the repository at this point in the history
* Update build workflow to Python 3.12

* Validate with working branch

* Use latest build-ml-whl

which installs setuptools

---------

Co-authored-by: Derek Kozikowski <[email protected]>
  • Loading branch information
dbarbuzzi and derekk-nm authored Feb 4, 2025
1 parent b9c536d commit 62c2bae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: set python
uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.12'

- name: checkout code
id: checkout
Expand All @@ -88,7 +88,7 @@ jobs:

- name: build
id: build
uses: neuralmagic/nm-actions/actions/build-ml-whl@v1.6.0
uses: neuralmagic/nm-actions/actions/build-ml-whl@v1.12.0
with:
dev: false
release: ${{ inputs.wf_category == 'RELEASE' }}
Expand Down

0 comments on commit 62c2bae

Please sign in to comment.