Skip to content

Commit

Permalink
CI/CD: Fix typo in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zoj613 committed Apr 29, 2023
1 parent 264b052 commit c3b81ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Pull built wheel and sdist
uses: actions/download-artifact@v3
with:
name: wheels_and_sdist
name: wheel_and_sdist
path: dist

- name: Publish to PyPI
Expand Down

0 comments on commit c3b81ba

Please sign in to comment.