/pipenv-github-issue-5100

Demo / utility for pipenv issue 5100

MIT LicenseMIT

Issue 5100

Steps to reproduce

setup

  1. asdf install (optional, installs python 3.9.13)
  2. pipenv install --dev (optional, installs devpi in pipenv virtualenv)
  3. run devpi

publish package

  1. inv publish
  2. change version to a pre in setup.py
  3. inv publish

install from Pipfile

Play with variations iterations of pipenv with and without --pre, with allow_prereleases in Pipfile either true or false, etc.