pypa / gh-action-pypi-publish

The blessed :octocat: GitHub Action, for publishing your :package: distribution files to PyPI, the tokenless way: https://github.com/marketplace/actions/pypi-publish
https://packaging.python.org/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/
BSD 3-Clause "New" or "Revised" License
930 stars 87 forks source link

Upload 500 when using v1.8.10 #251

Closed narugo1992 closed 2 months ago

narugo1992 commented 3 months ago

My github action log: https://github.com/deepghs/hfutils/actions/runs/10323801484/job/28583665280

I have been using v1.8.10 version for a long time, it's still working just a few days ago.

But now it got 500 error. I attempted for 8 times but still getting 500.

Not sure if this is a site issue of pypi service, or some apis of pypi have changed.

I will keep retrying this after some hours.

webknjaz commented 3 months ago

@di @woodruffw any recent changes in PyPI?

woodruffw commented 3 months ago

Almost certainly this: https://github.com/pypi/warehouse/pull/16450 or this: https://github.com/pypi/warehouse/pull/16449 🙂

Those landed a bit ago, so they should be live on production PyPI soon (if they aren't already)

narugo1992 commented 3 months ago

i retried again, now upload success: https://github.com/deepghs/hfutils/actions/runs/10323801484/job/28585304279

i will release some other pypi packages a few days afterwards, and i will close this issue when it is confirmed to have no more errors.

narugo1992 commented 2 months ago

2 more pypi versions released by v1.8.10, works fine.

the 500s should be just temporarily service issue of pypi.

this issue can be closed.