dist/* packages shouldn't be versioned
mgaitan opened this issue · 0 comments
mgaitan commented
It seems a bad idea to have the dist/
folder versioned in the repo. In general it's an ignored folder in python projects.
I recommend to purge them with the filter-repo tool
On the other hand, it's worth mentioning that a good way to manage package publishing in an automatic way is via github action as a "trusted-publisher".