Open matthewcarbone opened 8 months ago
@ziatdinovmax hey Maxim, I just realized it's been a while since I posted this and I wanted to be sure you saw this: the pipeline is currently using the legacy pypi (for debugging first). Hope this hasn't caused any problems! 😇
https://github.com/ziatdinovmax/gpax/blob/5209d3c760f54a968c95b718eb5fc2980d0d8fcc/.github/workflows/ci-deploy.yml#L48
@ziatdinovmax, just a reminder, I have set the deployment target to the testing PyPI server on purpose so you can play around with the new system without risk of deploying to the real PyPI.
Please let me know if you have any questions on how this works. Essentially, when you push a tagged commit to
main
, it should trigger an action that will test that commit, build everything, and then hold deployment until you approve through the environment (which you have to setup). That tag should read something likev0.1.9
.