publish extra require sleep

This commit is contained in:
Ruben Fiszel
2026-01-13 18:26:23 +00:00
parent fd99c9f031
commit 5c665a6cbb
+3 -2
View File
@@ -16,13 +16,14 @@ jobs:
sleep:
runs-on: ubicloud
steps:
- name: Sleep for 1200 seconds waiting for pypi to update index
- name: Sleep for 900 seconds waiting for pypi to update index
if: startsWith(github.ref, 'refs/tags/v')
run: sleep 1200
run: sleep 900
shell: bash
# Build and test the image before publishing
test_extra:
needs: [sleep]
runs-on: ubicloud-standard-8
steps:
- uses: actions/checkout@v4