You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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 like v0.1.9.
The text was updated successfully, but these errors were encountered:
@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! 😇
gpax/.github/workflows/ci-deploy.yml
Line 48 in 5209d3c
@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
.The text was updated successfully, but these errors were encountered: