arecarn/dploy

Release new version to pypi.org

Opened this issue ยท 3 comments

Last version on pip is 0.1.2, 32 new commits arrived to this repo after this version, it will be nice if you can release new version and upload it to pypi.org.

I agree! Let's hope we can get that sorted soon.

While we wait, I would like to suggest a pretty nice workaround that I use all the time โ€” install with pipx directly from GitHub:

pipx install git+https://github.com/arecarn/dploy

It will even auto-update from GitHub when you run pipx upgrade-all. ๐Ÿ˜Š

@harkabeeparolus thanks for posting a work around, I'll see about creating a new release in pypi as well.

I did some of the groundwork in #12 -- it seems to work and I believe it might be ready for uploading to PyPI. ๐Ÿ˜Š

In fact, with some luck, Poetry should be able to upload it for you with poetry publish, provided you have set up an API token.