pypa / pipfile

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Publish a wheel for `pipfile`

jeffwidman opened this issue · comments

The project is configured to support publishing a wheel:

pipfile/setup.cfg

Lines 1 to 2 in 4706d2c

[bdist_wheel]
universal=1

However, there's no wheel available on pypi:
https://pypi.org/project/pipfile/#files

Please publish a wheel.