Skip to content

Commit

Permalink
Update GHA2
Browse files Browse the repository at this point in the history
  • Loading branch information
youyupei committed Sep 29, 2024
1 parent 5d0a6bf commit 2512899
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions .github/workflows/python-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,15 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.9'

- name: Install setuptools_scm and update seuptools
run: pip install setuptools_scm setuptools; pip install --upgrade setuptools

- name: Get package version from setuptools_scm
run: python -m setuptools_scm

- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.21.1

# - name: Install setuptools_scm and update seuptools
# run: pip install setuptools_scm setuptools; pip install --upgrade setuptools
#
# - name: Get package version from setuptools_scm
# run: python -m setuptools_scm

- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
uses: pypa/cibuildwheel@v2.21.1

- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 2512899

Please sign in to comment.