Skip to content

Commit

Permalink
Updated CI Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wdoppenberg committed Apr 22, 2024
1 parent beee8f1 commit dcbff2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@ jobs:
needs: [ build-macos, build-windows, build-linux ]
steps:
- uses: actions/download-artifact@v4
with:
merge-multiple: true
- name: Publish to PyPI
env:
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
Expand Down

0 comments on commit dcbff2f

Please sign in to comment.