PyFixate / Fixate

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

Add workflow action to publish to testpypi #144

Closed John2202W closed 2 years ago

John2202W commented 2 years ago

Added github action to build and publish to test pypi either upon new tag or manually. Steps to publish to pypi are added but commented out and un-tested due to permissions.

clint-lawrence commented 2 years ago

Hey John, shouldn’t need any other permissions. The token for pypi should be ready to go. As long as someone can merge this to master, it should be good to go.

Without a laptop, so can’t easily check more than that, but let me know if you need any permissions tweaked.

John2202W commented 2 years ago

Yeah needs someone to merge to double-check the pypi dist. process - can't get a token on my fork to test with.

Neither Dan or I have permissions to create a release. (@christopherwallis @jcollins1983 ?)