Skip to content

Commit

Permalink
test(ci)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziqi-Yang committed Jul 31, 2024
1 parent bd9bb40 commit 42a455e
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions .github/workflows/buildwheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,20 +59,9 @@ jobs:
path: ./wheelhouse/*.whl


merge_wheels:
name: Merge wheels into a combined artifact
runs-on: ubuntu-latest
needs: [build_wheels, build_sdist]
steps:
- name: Merge Artifacts
uses: actions/upload-artifact/merge@v4
with:
name: dist
pattern: dist-*

pypi-publish:
name: Upload to PyPI
needs: merge_wheels
needs: [build_wheels, build_sdist]
runs-on: ubuntu-latest
environment:
name: pypi
Expand All @@ -85,8 +74,9 @@ jobs:

- uses: actions/download-artifact@v4
with:
name: dist
pattern: dist-*
path: dist
merge-multiple: true

- name: Display structure of downloaded files
run: ls -R ./dist
Expand Down

0 comments on commit 42a455e

Please sign in to comment.