You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.
Description
I wanted to publish my package on PyPI
What I Did
I checked the files in my cookiecutter generated project to see if there was already a way of doing that. Turns out there are 2 :
and
Both do more or less the same things but with differences (one checks for the wheel library.
Zen of python says "there should be one and preferably only one obvious way to do it".
There are two and it's confusing.
I'd make a pull request but I wanted to check first : should
make publish
just callpython setup.py release
or is there something else to it ?The text was updated successfully, but these errors were encountered: