Skip to content

Commit

Permalink
Handle new versions of artifact workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
dfm authored Jan 2, 2024
1 parent 3707676 commit a4e0230
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
- uses: pypa/[email protected]
- uses: actions/upload-artifact@v4
with:
name: binary-${{ matrix.os }}
path: ./wheelhouse/*.whl

build_sdist:
Expand All @@ -63,6 +64,7 @@ jobs:
run: python -m twine check dist/*.tar.gz
- uses: actions/upload-artifact@v4
with:
name: sdist
path: dist/*.tar.gz

publish:
Expand All @@ -82,6 +84,6 @@ jobs:
timeout-minutes: 15
- uses: actions/download-artifact@v4
with:
name: artifact
path: dist
merge-multiple: true
- uses: pypa/[email protected]

0 comments on commit a4e0230

Please sign in to comment.