Skip to content

Commit

Permalink
0.0.172
Browse files Browse the repository at this point in the history
  • Loading branch information
joocer committed Sep 8, 2024
1 parent 06543b4 commit 0ee248e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
io/build.sh
- name: Archive Wheels
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dist-linux-${{ matrix.python-version }}
path: io/dist/*manylinux2014_x86_64.whl
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
run: python setup.py bdist_wheel

- name: Archive dist artifacts
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: dist-macos-${{ matrix.python-version }}
path: dist
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
run: python setup.py bdist_wheel

- name: Archive dist artifacts
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: dist-windows-${{ matrix.python-version }}
path: dist
Expand Down

0 comments on commit 0ee248e

Please sign in to comment.