sanic-org / sanic

Accelerate your web app development | Build fast. Run fast.
https://sanic.dev
MIT License
17.86k stars 1.53k forks source link

Github Actions need updating #2982

Open prryplatypus opened 3 days ago

prryplatypus commented 3 days ago

Is there an existing issue for this?

Is your feature request related to a problem? Please describe.

GitHub actions for publishing a package are on an old version, which uses a deprecated version of Node JS.

image

Describe the solution you'd like

Update actions to latest versions.

Additional context

No response

prryplatypus commented 3 days ago

If anybody else wants to take this before I get to it myself please let me know!

ahopkins commented 3 days ago

I also noticed the docker builds failed somewhat sporadically because of a race condition with the new package version being available on pypi. We may need some sort of an offset and poll cycle. They ran fine on manual restart.

prryplatypus commented 3 days ago

I also noticed the docker builds failed somewhat sporadically because of a race condition with the new package version being available on pypi. We may need some sort of an offset and poll cycle. They ran fine on manual restart.

We're too fast for PyPi ⚡