Skip to content

Commit

Permalink
fix upload and download of artifacts, build for cp312
Browse files Browse the repository at this point in the history
  • Loading branch information
HDembinski committed Jan 31, 2024
1 parent c6ef404 commit 0f78895
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
arch: [auto, aarch64, universal2]
py: [cp38, cp39, cp310, cp311]
py: [cp38, cp39, cp310, cp311, cp312]
exclude:
- os: windows-latest
arch: aarch64
Expand Down Expand Up @@ -89,6 +89,7 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: dist-${{ matrix.py }}-${{ matrix.os }}-${{ matrix.arch }}
path: dist/*.tar.gz

upload:
Expand All @@ -98,7 +99,8 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: artifact
pattern: dist-*
merge-multiple: true
path: dist

- uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit 0f78895

Please sign in to comment.