Skip to content

Commit

Permalink
undo
Browse files Browse the repository at this point in the history
  • Loading branch information
martindurant committed Oct 21, 2024
1 parent 0c89a04 commit e967aec
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,10 @@ jobs:
manylinux: auto
before-script-linux: yum install -y libatomic
- name: Upload wheels
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: wheels
path: dist
overwrite: true

windows:
runs-on: windows-latest
Expand All @@ -80,11 +79,10 @@ jobs:
args: --release --out dist --find-interpreter
sccache: 'true'
- name: Upload wheels
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: wheels
path: dist
overwrite: true

macos:
runs-on: macos-latest
Expand All @@ -104,11 +102,10 @@ jobs:
args: --release --out dist --find-interpreter
sccache: 'true'
- name: Upload wheels
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: wheels
path: dist
overwrite: true

sdist:
runs-on: ubuntu-latest
Expand All @@ -121,11 +118,10 @@ jobs:
command: sdist
args: --out dist
- name: Upload sdist
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: wheels
path: dist
overwrite: true

# release:
# name: Release
Expand Down

0 comments on commit e967aec

Please sign in to comment.