Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release to PyPI #8

Closed
rhaschke opened this issue Jan 3, 2022 · 2 comments
Closed

Release to PyPI #8

rhaschke opened this issue Jan 3, 2022 · 2 comments

Comments

@rhaschke
Copy link
Collaborator

rhaschke commented Jan 3, 2022

Dear @cdsousa,
I have merged my fixes and prepared a new release (1.1). However, you need to grant me permissions on PyPI to proceed.
Alternatively, just upload a new release yourself:

pip3 install --upgrade twine
python setup.py sdist bdist_wheel
python3 -m twine check dist/*
python3 -m twine upload dist/*

If you decide for the former option, my PyPI account is rhaschke.

@cdsousa
Copy link
Owner

cdsousa commented Jan 3, 2022

Done, I've just given you permissions, thanks!
(I didn't remember I had that in PyPI 😅)

@rhaschke
Copy link
Collaborator Author

rhaschke commented Jan 3, 2022

@rhaschke rhaschke closed this as completed Jan 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants