Skip to content

Commit

Permalink
fix: release action
Browse files Browse the repository at this point in the history
  • Loading branch information
fschuch committed Mar 22, 2024
1 parent 5243a7d commit 713221e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,11 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
pattern: built-*
name: built-sdist
path: dist
- uses: actions/download-artifact@v4
with:
name: built-bdist
path: dist

- name: Publish package distributions to PyPI
Expand Down

0 comments on commit 713221e

Please sign in to comment.