Skip to content

Commit 86b086e

Browse files
committed
Update build-and-publish-TestPyPI-dummy.yml
1 parent 0d7887a commit 86b086e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-and-publish-TestPyPI-dummy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,10 @@ jobs:
9595
matrix:
9696
python-version: ["3.9"]
9797
steps:
98+
# Wait for 3 minutes for TestPyPI to be updated
99+
- name: Sleep for 3 minutes
100+
run: sleep 180s
101+
shell: bash
98102
- name: Checkout
99103
uses: actions/checkout@v3
100104
with:

0 commit comments

Comments
 (0)