GithubHelp home page GithubHelp logo

Comments (15)

rhatdan avatar rhatdan commented on July 29, 2024 1

I tagged and released v0.0.1 version of this, hopefully this triggers a push to pypy so people can use it.

from python-podman.

rhatdan avatar rhatdan commented on July 29, 2024 1

@saschagrunert Failed to deploy.
https://travis-ci.org/containers/python-podman/jobs/551830753
@jwhonce Any ideas?

from python-podman.

rhatdan avatar rhatdan commented on July 29, 2024

Could you open a PR to make this happen?

from python-podman.

toabctl avatar toabctl commented on July 29, 2024

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 twine or so?)?
It's possible to automatically publish via travis (see https://docs.travis-ci.com/user/deployment/pypi/) but looks like you are not using travis yet.
So what's the way going forward?

from python-podman.

rhatdan avatar rhatdan commented on July 29, 2024

I don't know, I am hoping others explain it, since I am in the dark for the entire process.
@saschagrunert @cevich @jwhonce @vrothberg @baude Any ideas?

from python-podman.

rhatdan avatar rhatdan commented on July 29, 2024

@jnovy is this something you could help with?

from python-podman.

saschagrunert avatar saschagrunert commented on July 29, 2024

It looks like that the package gets automatically deployed on tags:

deploy:
- provider: pypi
user: containers-libpod
password:
secure: "C88DmalsYjwtUrjWWyEeeKtLa9Q0VXlCCoCDguNOhZFmroW3DsOxZZmHBEEK3fN2QCfE5asR4zMNMpszqg324ubY6gmfy+PHVOnsLVZf4B2ZV96vhGrElk99YfgblYidwqB0L84AxK6n54iX5KFQj/8WWfkTqnPrGcA6pGX5C332uKpQoW40k/OCSbdD0C/FzaTLvgH+rUxAhamu2I2k/qJFUr6uQ5flgIJyQJcgVCvN0dP4Yyx9eSRpuWbApn0NkHOSmXJD3I2YWEf5LCSjTiyDGuQlja2rOgLynoSgBa1t8ZFXSb/nenSunAAy2y1KOcrn7qCfc56V7NwcQ+RIXT7LlSU/e2GgwHlXXsRCpZOrBcKJu3tTlVsrxpk5aXg1+boKwl2T4NEjJERskmENT2TJyZFJMr3/XAdHtnuKZcqydO/CPIqIbfRfDSN2+/8J++I1zQa5+lDXjiA/Qs7gzCW2DLZIzvzT3bD1zQPWDAP2pmixLDOY6e29jMW5pqnJazU+mrJSwOKN6e5pe5dAKx436XFByK7HZhptmkFbP5LL0HnDO6VjK4QyF1KYnBV/S4Y58FyO2jOgXA7feYaybzzbzjRbooKiqG+GC0J76GSu7dd/pqTRWVYTEn37B+No7v5HEzTP1dnQWPPynppwyBMrtT1tqsRGyEmJnm7Ml/8="
on:
tags: true
distributions: sdist bdist_wheel

from python-podman.

rhatdan avatar rhatdan commented on July 29, 2024

So create a new tag and we are golden.

from python-podman.

toabctl avatar toabctl commented on July 29, 2024

I tagged and released v0.0.1 version of this, hopefully this triggers a push to pypy so people can use it.

eh - pypi has already version 0.11.1.1 . So tagging 0.0.1 seem to be wrong.

from python-podman.

toabctl avatar toabctl commented on July 29, 2024

I guess switching to pbr or setuptools_scm makes sense here.

from python-podman.

4383 avatar 4383 commented on July 29, 2024

I tagged and released v0.0.1 version of this, hopefully this triggers a push to pypy so people can use it.

eh - pypi has already version 0.11.1.1 . So tagging 0.0.1 seem to be wrong.

I guess switching to pbr or setuptools_scm makes sense here.

Hey,

@toabctl: I'm not sure to see the gain to switch from pbr to setuptools_scm here, why?

The issue here is that something went wrong in the README.md and pypi try to convert it to the rst format and fail... I've submit a fix #37 to reintroduce the long_description_content_type config.

travis trigger deployments on pypi when we push a new git tag, pbr is used to generate the version automatically based on the pushed git tag. pbr is not an issue here, tagging to 0.0.1 is not an issue too, you can create new version inferior to an existing and already published version (cf. the openstack releases https://github.com/openstack/releases/commits/master).

https://travis-ci.org/containers/python-podman/jobs/551905955

from python-podman.

4383 avatar 4383 commented on July 29, 2024

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...

from python-podman.

4383 avatar 4383 commented on July 29, 2024

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 twine or so?)?
It's possible to automatically publish via travis (see https://docs.travis-ci.com/user/deployment/pypi/) but looks like you are not using travis yet.
So what's the way going forward?

To be more clear on this topic it's already automated by using pbr and deploy on travis.

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)

from python-podman.

4383 avatar 4383 commented on July 29, 2024

Well... I think the issue here is related to:

from python-podman.

jwhonce avatar jwhonce commented on July 29, 2024

@toabctl

eh - pypi has already version 0.11.1.1 . So tagging 0.0.1 seem to be wrong.

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

from python-podman.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.