Skip to content

Commit

Permalink
fix ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
unaidedelf8777 committed May 5, 2024
1 parent a922df9 commit dc33a66
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,7 @@ jobs:
target: s390x
- runner: ubuntu-latest
target: ppc64le
- runner: windows-latest
target: x64
- runner: windows-latest
target: x86
- runner: macos-latest
target: x86_64
- runner: macos-14
target: aarch64

steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand All @@ -60,7 +53,7 @@ jobs:
override: true
- name: Build and test
run: |
python -m pip install --upgrade pip setuptools wheel
python -m pip install --upgrade pip setuptools setuptools_rust wheel
python setup.py bdist_wheel
- name: Upload wheels
uses: actions/upload-artifact@v4
Expand All @@ -78,7 +71,7 @@ jobs:
python-version: '3.10'
- name: Build source distribution
run: |
python -m pip install --upgrade pip setuptools wheel
python -m pip install --upgrade pip setuptools setuptools_rust wheel
python setup.py sdist
- name: Upload sdist
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit dc33a66

Please sign in to comment.