avocado-framework / avocado

Avocado is a set of tools and libraries to help with automated testing. One can call it a test framework with benefits. Native tests are written in Python and they follow the unittest pattern, but any executable can serve as a test.
https://avocado-framework.github.io/
Other
336 stars 335 forks source link

PyPI upload update revert #5971

Closed richtja closed 1 week ago

richtja commented 1 week ago

This will re-enable uploads to pypi with usage of Trusted Publisher Management. It adds again commits from #5926 and #5886 which has been reverted in d069e11a782455f40a376020ed8d9946d67f29d3, 74777fa6cb238f79efe68ffb595cb256073fa66d and 94d6a6183c56f47203f9a352cb3995d70f164293. The only issue with this CI changes was in configuration of pypi and MR. Avocado bot and those have been fixed.