Skip to content

Commit

Permalink
Rollback upload artifact to v3 since pypi push fails after repeated a…
Browse files Browse the repository at this point in the history
…ttempts
  • Loading branch information
Srinivas-E committed Oct 1, 2024
1 parent 3c1e2f4 commit 0d63a48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
CIBW_TEST_SKIP: "*-macosx_arm64 *-macosx_universal2:arm64"
CMAKE_OSX_ARCHITECTURES: "arm64;x86_64"

- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v3
with:
path: wheelhouse/*.whl

Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
env:
TAG_NAME: ${{ steps.build_names.outputs.TAG_NAME }}

- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v3
with:
path: python/dist/*.tar.gz

Expand Down

0 comments on commit 0d63a48

Please sign in to comment.