Skip to content

Commit

Permalink
Update artifact downloading
Browse files Browse the repository at this point in the history
  • Loading branch information
TLCFEM committed Dec 19, 2023
1 parent a6139dc commit ea3916e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: pipx run twine check dist/*
- uses: actions/upload-artifact@v4
with:
name: pyvpmr
name: pyvpmr-sdist
path: dist/*.tar.gz
build_wheels:
name: Wheels
Expand All @@ -41,7 +41,7 @@ jobs:
- name: Upload
uses: actions/upload-artifact@v4
with:
name: pyvpmr
name: pyvpmr-${{ matrix.os }}
path: wheelhouse/*.whl
upload_all:
name: Upload
Expand All @@ -54,7 +54,7 @@ jobs:
python-version: "3.10"
- uses: actions/download-artifact@v3
with:
name: pyvpmr
pattern: pyvpmr*
path: dist
- uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down

0 comments on commit ea3916e

Please sign in to comment.