-
Notifications
You must be signed in to change notification settings - Fork 19
Publish sdist tarballs on pypi #32
Comments
Could you open a PR to make this happen? |
@rhatdan what's the process publishing on pypi? I don't find anything automated in this repo. So I assume you did that manually (with |
I don't know, I am hoping others explain it, since I am in the dark for the entire process. |
@jnovy is this something you could help with? |
It looks like that the package gets automatically deployed on tags: Lines 17 to 24 in 508376e
|
So create a new tag and we are golden. |
I tagged and released v0.0.1 version of this, hopefully this triggers a push to pypy so people can use it. |
@saschagrunert Failed to deploy. |
eh - pypi has already version 0.11.1.1 . So tagging 0.0.1 seem to be wrong. |
I guess switching to |
Hey, @toabctl: I'm not sure to see the gain to switch from The issue here is that something went wrong in the travis trigger deployments on pypi when we push a new https://travis-ci.org/containers/python-podman/jobs/551905955 |
openstack have the same issue: http://lists.openstack.org/pipermail/openstack-discuss/2019-July/007459.html I don't think that this is a podman issue... |
To be more clear on this topic it's already automated by using Also we already trying to publish sdist on pypi by using some travis deployment options. The main issue for the moment is the issue related to the rst format, but it's not a podman issue, we also have the same issue on openstack... (cf. my previous comment) |
Well... I think the issue here is related to: |
We're discussing right now should the python-podman versions track with libpod, or should the python-podman versions remain a unique vector? The source files are now being uploaded as of version 0.0.3 |
Currently only wheels are published on pypi (see https://pypi.org/project/podman/#files ).
But distros might want to build from an sdist tarball so please publish that in addition to the current .whl file.
The text was updated successfully, but these errors were encountered: