Skip to content

Commit

Permalink
Name artifacts explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarlow83 committed Dec 20, 2023
1 parent f4d4ea4 commit 7162c36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: artifact
path: dist

- name: Publish to PyPI
Expand All @@ -259,6 +260,7 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: artifact
path: dist

- name: Create Release
Expand Down

0 comments on commit 7162c36

Please sign in to comment.