Skip to content

Commit

Permalink
chore(ci): Fix artifact download
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Dec 19, 2024
1 parent cf1dcd6 commit 41afa03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_test_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ jobs:
- name: Download packages built by build-and-inspect-python-package
uses: actions/download-artifact@v4
with:
name: Packages
pattern: Packages-*
path: dist

- name: Upload package to PyPI
Expand Down

0 comments on commit 41afa03

Please sign in to comment.