supervision
supervision copied to clipboard
ci: 👷 pypi username - password swap with token
Description
Pypi username / password has been replaced to with pypi token
As discussed privately, we'll instead set this up with Trusted Providers.
@onuralpszr , we now have the publishers set up on PyPi. We can proceed with changing the code.
As discussed privately, we'll instead set this up with Trusted Providers.
@onuralpszr , we now have the publishers set up on PyPi. We can proceed with changing the code.
Are we going to use single file or both files (change trigger control done via "release") ?
Are we going to use single file or both files (change trigger control done via "release") ?
We've added 2 publishers. One for release via publish.yml and one for test, via publish-test.yml.
Why do both files have a "🚀 Publish to Test-PyPi" and "🚀 Publish to PyPi"? Should it not be one for each?
Why do both files have a "🚀 Publish to Test-PyPi" and "🚀 Publish to PyPi"? Should it not be one for each?
Current setup
pre-release versions goes to pypi and pypi-test server release version goes to pypi and pypi-test server
So publish-test isn't actually for test, but for pre-release. Can we add a comment in the file? This isn't automatically obvious for someone new to the system.