Skip to content

Commit 690ce24

Browse files
committed
attempt 3: Tries to fix pipeline (again)
1 parent cbb7812 commit 690ce24

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎.github/workflows/pypi.yml‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
- uses: actions/upload-artifact@v3
2121
with:
2222
name: dist
23-
path: ./dist
23+
path: dist/*
24+
if-no-files-found: error
2425

2526
pypi-publish:
2627
needs: ['build']

0 commit comments

Comments
 (0)