Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
GreyElaina committed Sep 18, 2024
1 parent da5d14f commit 8d6db88
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,16 @@ jobs:
id-token: write
environment: release
steps:
- uses: actions/checkout@v3
- name: Download artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: artifact
pattern: cibw-*
path: dist
merge-multiple: true

- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

- name: upload release asset
run: |
gh release upload ${{ github.event.release.tag_name }} dist/*
Expand Down

0 comments on commit 8d6db88

Please sign in to comment.