Skip to content

Commit

Permalink
Update build_publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ajinabraham authored Oct 26, 2024
1 parent a0f9021 commit 014376e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
env:
CIBW_ARCHS_MACOS: "auto x86_64 universal2 arm64"

- uses: actions/upload-artifact@v4.4.3
- uses: actions/upload-artifact@v3
name: Upload wheels
with:
name: wheels
Expand All @@ -59,7 +59,7 @@ jobs:
python -m pip install --upgrade pip
pip install twine
- name: Download Artifacts
uses: actions/download-artifact@v4.1.8
uses: actions/download-artifact@v3
with:
name: wheels
path: ./wheels
Expand Down

0 comments on commit 014376e

Please sign in to comment.