chains-project / dirty-waters

automatically detect software supply chain smells and issues
MIT License
5 stars 0 forks source link

feat: add pypi CD pushing #19

Open randomicecube opened 8 hours ago

randomicecube commented 8 hours ago

Goal: being able to publish to PyPi via CD

Currently:

Afterward, need to check whether the action is fully working rn (need a PyPi API key to be a repo secret as well)

BTW, as currently set up, the action should only publish to PyPi after a tag is released.

Closes #6