Skip to content

Commit c94dbdf

Browse files
committed
ci: wait for 10 seconds
1 parent 5ee88e2 commit c94dbdf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ jobs:
3232
run: poetry publish
3333
env:
3434
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }}
35-
35+
- name: Wait for package to be available
36+
run: sleep 10
37+
3638
release:
3739
needs:
3840
- release-core

0 commit comments

Comments
 (0)