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

Pypi publishing #7

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Pypi publishing #7

wants to merge 4 commits into from

Conversation

razzor58
Copy link

Сергей, добрый день!
Использую ваш модуль для печати документов в небольшой web CRM с 2017-го.
Сейчас перевожу проект в облако и подумал, что было бы удобно устанавливать ваш модуль из pypi, и оказалась, что у вас в todo уже был такой пункт!

В PR внесены правки для более красивого отображения в PyPi
Я опубликовал модуль в тестовый pypi, чтобы проверить отображения страницы и последующую установку пакета.
Страница пакета до внесения правок
https://test.pypi.org/project/num2t4ru/2.0.0/

После правок
https://test.pypi.org/project/num2t4ru/2.0.1/

Процесс публикации достаточно прост, при помощи модуля twine:

pip install twine 
python setup.py sdist bdist_wheel
twine upload dist/*

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

Successfully merging this pull request may close these issues.

2 participants