KitwareMedical / dicom-anonymizer

Tool to anonymize DICOM files according to the DICOM standard
BSD 3-Clause "New" or "Revised" License
104 stars 47 forks source link

add workflow to automatically publish on pip #43

Closed sarthakpati closed 1 year ago

sarthakpati commented 1 year ago

Adding a workflow to automatically push the build (both the wheel and sdist) to pip on tag creation. It needs the secret variable PYPI_API_TOKEN to be present in the repository's settings (see this page for details).

image
pchoisel commented 1 year ago

That looks good to me, thank you very much for your contribution !