Skip to content

Commit

Permalink
Roll back artifact version and finish #major release
Browse files Browse the repository at this point in the history
  • Loading branch information
moble committed Dec 18, 2023
1 parent c971dde commit b30f281
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
run: |
python -m cibuildwheel --output-dir wheelhouse
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v3 # Don't upgrade to v4 until each artifact is named
with:
path: ./wheelhouse/*.whl

Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
python -m pip install oldest-supported-numpy
python setup.py sdist
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v3 # Don't upgrade to v4 until each artifact is named
with:
path: dist/*.tar.gz

Expand All @@ -167,7 +167,7 @@ jobs:
- name: Check out code
uses: actions/checkout@v4

- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v3 # Don't upgrade to v4 until each artifact is named
with:
name: artifact
path: dist
Expand Down

0 comments on commit b30f281

Please sign in to comment.