- Check if
.gitattributes
match your artifacts. If not, Git LFS will ignore your file.
- Create a folder under
pypi
, with name representating matching PyPI project. - Move wheels to newly created folder and
git add
moved files. - Create PR and merge branch.
- Thats it!
generate_index
action will create PyPI index automatically so that PIP can access to uploaded wheels. Checkgh-pages
branch if you want to see the output of generated indexes.