Skip to content

Commit

Permalink
upload and download upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
fgregg committed Oct 1, 2024
1 parent a1df056 commit 1b2865b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_and_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: "actions/upload-artifact@v4"
with:
path: "./wheelhouse/*.whl"
overwrite: true
name: wheel-%{{ matrix.os }}

make_sdist:
name: "Build source distribution"
Expand All @@ -48,7 +48,7 @@ jobs:
- uses: "actions/upload-artifact@v4"
with:
path: "./dist/*.tar.gz"
overwrite: true
name: sdist

upload_to_pypi:
name: "Upload to PyPI"
Expand All @@ -60,8 +60,8 @@ jobs:
steps:
- uses: "actions/download-artifact@v4"
with:
name: artifact
path: dist
merge-multiple: true
- uses: "pypa/gh-action-pypi-publish@v1.8.10"
with:
user: __token__
Expand Down

0 comments on commit 1b2865b

Please sign in to comment.