Skip to content

Commit

Permalink
Fix build artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfG committed May 9, 2024
1 parent 1ad181b commit 2275a97
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

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

build-wheels:
Expand All @@ -55,7 +55,7 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: dist
name: dist-${{ matrix.os }}
path: dist/ms2pip-*.whl

publish-to-pypi:
Expand All @@ -69,7 +69,6 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: dist
path: dist

- name: Publish to PyPI
Expand Down

0 comments on commit 2275a97

Please sign in to comment.