Skip to content

Commit

Permalink
Modify artifact names to make CI builds work with v4 upload/download …
Browse files Browse the repository at this point in the history
…actions
  • Loading branch information
nightlark committed Dec 25, 2023
1 parent 29ccf23 commit ed2a90c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: artifact-${{matrix.os}}-${{matrix.build}}${{matrix.arch}}${{matrix.mingw_env}}
path: ./wheelhouse/*.whl

build_sdist:
Expand All @@ -108,6 +109,7 @@ jobs:

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

check_dist:
Expand Down Expand Up @@ -136,7 +138,6 @@ jobs:
- name: Download Python package dist artifacts
uses: actions/download-artifact@v4
with:
name: artifact
path: dist
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit ed2a90c

Please sign in to comment.