Skip to content
Kenichi Maehashi edited this page Oct 17, 2022 · 4 revisions

Projects using flake8-force

Release Steps

  • Bump version in src/flake8_force/_version.py.
  • Bump copyright year in LICENSE.
  • Make archives (sdist and wheel) and upload.
pip install -U pip setuptools twine
python setup.py sdist bdist_wheel
twine upload dist/*
Clone this wiki locally