Skip to content

Commit 958cc84

Browse files
committed
longer sleep before attempting PyPI download
1 parent 60d8574 commit 958cc84

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

+3
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ jobs:
8686
do
8787
sleep 2
8888
done
89+
90+
# There is delay until packages actually can be downloaded for all platforms.
91+
sleep 10
8992
9093
- name: Set up QEMU
9194
uses: docker/setup-qemu-action@v2

0 commit comments

Comments
 (0)