Skip to content

Commit 1009a23

Browse files
committed
Fix syntax
1 parent bfbddbe commit 1009a23

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
id-token: write
2828
steps:
2929
- uses: actions/download-artifact@v4
30-
path: artifact/
30+
with:
31+
path: artifact/
3132
- run: |
3233
ls -R
3334
- name: Publish package distributions to PyPI

0 commit comments

Comments
 (0)