Commit 9da9ca6
authored
ci: add wait step for PyPI package availability in Docker release workflow (#7466)
This update introduces a new step in the release workflow to wait for
the specified version of the marimo package to become available on PyPI.
The step checks for the package's availability up to 30 attempts, with a
10-second interval between checks, ensuring that the release process
only continues once the package is confirmed to be available.1 parent d545d64 commit 9da9ca6
1 file changed
+28
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
135 | 163 | | |
136 | 164 | | |
137 | 165 | | |
| |||
0 commit comments