Releases: astariul/github-hosted-pypi
Releases · astariul/github-hosted-pypi
v0.3.1
v0.3.0
✨ What's new
- Simplified Github actions inputs (just need to specify the tag now) #71 @pabnas
- Add a return button in package pages for easy navigation #71 @pabnas
- Add version tags (
latest stable
,prerelease
) in package pages #71 @pabnas - Dynamically load README of the package #71 @pabnas
🔧 Maintenance
- Better code organization (refactor of JS and CSS files into their own file) #71 @pabnas
- Add a script for easier update of the packages #71 @pabnas
🎉 New contributors
v0.2.0
✨ What's new
- Realtime checks against supply-chain attacks #54 #65 @astariul
Now when you access your github-hosted PyPi index, packages that are vulnerable to supply chain attacks are displayed in red, and the install command line is replaced with a warning. - Add a vulnerable package (
transformers
) in the demo to show the warnings #56 #58 @astariul