There was an error while loading. Please reload this page.
1 parent f1120a6 commit 454cf37Copy full SHA for 454cf37
1 file changed
bin/release.sh
@@ -176,12 +176,6 @@ require_successful_workflows() {
176
done
177
}
178
179
-verify_pypi_release() {
180
- local version="$1"
181
-
182
- curl -fsSL "https://pypi.org/pypi/${PYPI_PACKAGE}/${version}/json" | jq -e --arg version "${version}" '.info.version == $version' >/dev/null
183
-}
184
185
download_tested_artifacts() {
186
local slug="$1"
187
local release_sha="$2"
@@ -249,7 +243,6 @@ publish_artifacts() {
249
243
else
250
244
uv publish --trusted-publishing always "${artifacts[@]}"
251
245
fi
252
- verify_pypi_release "${version}"
253
246
254
247
255
248
create_release() {
0 commit comments