sclorg / container-workflow-tool

MIT License
1 stars 9 forks source link

Adding github workflow for releasing the cwt in PyPI #47

Closed zmiklank closed 3 years ago

zmiklank commented 3 years ago

The original source of the file is at: https://github.com/packit/packit

I am not sure, if the MIT licence and source of the file is listed correctly, please correct me, if it is not.

The PR was tested locally with act tool, however the actual dist release to PyPI was not tested yet. As this github action is being run only on release, the cwt release is (IMHO) the only option how to test it.

zmiklank commented 3 years ago

Meanwhile was release 1.1.0 uploaded manually to PyPI.

phracek commented 3 years ago

@pkubatrh Can you please add me into maintainers https://pypi.org/project/container-workflow-tool/#description? I don't know if it is important only for sure.

phracek commented 3 years ago

@zmiklank It looks like token has to be created here: https://pypi.org/manage/project/container-workflow-tool/settings/ and update it here: https://github.com/organizations/sclorg/settings/secrets/actions

zmiklank commented 3 years ago

@zmiklank It looks like token has to be created here: https://pypi.org/manage/project/container-workflow-tool/settings/ and update it here: https://github.com/organizations/sclorg/settings/secrets/actions

Thanks for pointing out, I have updated the token

zmiklank commented 3 years ago

@phracek I have also added you to the cwt PyPI maintainers.