Skip to content

Commit a91b57e

Browse files
authored
added path explicitly on publish (#77)
1 parent 4e1fbf3 commit a91b57e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish-pypi.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ jobs:
108108
uses: actions/download-artifact@v4
109109
with:
110110
name: dist-${{ github.sha }}-${{ github.run_id }}-${{ github.run_number }}
111+
path: dist
111112

112113
- name: Check files
113114
run: |

0 commit comments

Comments
 (0)