PyFixate / Fixate

Framework for hardware test fixtures and automatic test environments
MIT License
22 stars 16 forks source link

Update versions of actions dependencies #158

Closed jcollins1983 closed 2 years ago

jcollins1983 commented 2 years ago

Remove test PyPI and update action versions in step with test.yml

clint-lawrence commented 2 years ago

I assume you're happy to just close this now that test pypi is back up?

jcollins1983 commented 2 years ago

We could, but do we really need the test PyPI in the workflow? I suppose if something fails there, we won't be forced to up rev on the real PyPI. If we don't delete the test PyPI, wouldn't we still want to update the actions?

pazzarpj commented 2 years ago

I guess I didn't really get it sorted in the beginning. But the intention of the test pypi would be to check that all the artifacts are there by say doing a fresh pip install from test pypi and running the tests.

On Mon, 24 Oct 2022, 10:18 jcollins1983, @.***> wrote:

We could, but do we really need the test PyPI in the workflow? I suppose if something fails there, we won't be forced to up rev on the real PyPI. If we don't delete the test PyPI, wouldn't we still want to update the actions?

— Reply to this email directly, view it on GitHub https://github.com/PyFixate/Fixate/pull/158#issuecomment-1288226038, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABRITZSJUE2RSA7J3FKWNGTWEXBT3ANCNFSM6AAAAAARLUV6NY . You are receiving this because you are subscribed to this thread.Message ID: @.***>

jcollins1983 commented 2 years ago

Reinstated test PyPI, only changes now are to the action versions to be inline with those in test.yml