Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Publish to GitHub and PyPI#8

Open
kousu wants to merge 1 commit intoUnrud:masterfrom
kousu:publish
Open

Publish to GitHub and PyPI#8
kousu wants to merge 1 commit intoUnrud:masterfrom
kousu:publish

Conversation

@kousu
Copy link

@kousu kousu commented Apr 24, 2022

I would really like to see a blessed IMAP plugin available for Radicale. There's a couple of forks/rewrites that are stealing your thunder:

They don't seem to be well maintained, but they're on pypi so they have better visibility. The only way I found yours, which seems to be most official one (it used to be part of Radicale v1?), was because one of them mentioned it.

This GitHub Action builds wheels and sdists and pushes them to GitHub's releases page and PyPI. All you have to do is go to New Release, fill in a version tag like "v0.9.1", click Publish, and a couple minutes later the .whl and .tar.gz will be up on Releases.

To get PyPI working as well, get a PyPI token, give it to GitHub here named PYPI_TOKEN.

I recommend using a 'rc' tag like "v0.9.1rc1" to get the hang of the process (because you never can reuse tags on pypi).

To get a feel for it, you can see examples of how this looks in practice at

And the kinds of outputs it makes at


setup(
name="Radicale_IMAP",
name="RadicaleIMAP",
Copy link
Author

@kousu kousu Apr 24, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is unfortunate, it's because https://pypi.org/project/radicale-imap/ is an old fork squatting on your name.

We could rename to "Radicale_IMAP_auth" instead, or try to ask them to merge their project and grant you the name back.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant