https://bugzilla.redhat.com/show_bug.cgi?id=2003700
Petr Viktorin <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #8 from Petr Viktorin <[email protected]> --- Anyone can upload to PyPI, so I did. The package is here: https://pypi.org/project/container-workflow-tool/1.0.0/#description When you get an account on PyPI, let me know and I'll give you the rights to upload new versions. The steps to do this are: $ sudo dnf install python3-pip python3-wheel /usr/bin/twine $ python -m pip wheel -w wheels . $ twine upload wheels/container_workflow_tool-*-py3-none-any.whl Consider adding this to your release process, in order to be friendly to non-Fedora developers, testers who want older versions, etc. Also consider not installing the man pages from setup.py -- that's a job for the specfile. Upstream Python packaging isn't good for system-wide installs. -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component https://bugzilla.redhat.com/show_bug.cgi?id=2003700 _______________________________________________ package-review mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure
