Skip to content

Create a new release

Nick Moreton edited this page Jan 20, 2022 · 18 revisions

Create a new release and upload to PyPi

Clone this repo cd wagtail-wordpress-import (stay on the main branch)

GitHub Web:

Locally: (to create the package files)

  • run pip install --upgrade wheel setuptools twine
  • run python setup.py bdist_wheel
  • run python setup.py sdist
  • Then cd into the dist folder the above commands will have created
  • run twine upload <filename> on both of the files (you will be asked for your PyPI login details here)
Clone this wiki locally