Skip to content

Commit

Permalink
Update developer guide
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Nov 17, 2024
1 parent 607d4a9 commit de1002d
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions docs/source/developer_guide/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ Enable enable automatic checks of code sanity and coding style::
pre-commit install

After this, the `yapf <https://github.com/google/yapf>`_ formatter,
the `pylint <https://www.pylint.org/>`_ linter, the
`prospector <https://pypi.org/project/prospector/>`_ code analyzer, and
the `pylint <https://www.pylint.org/>`_ linter, and
the `mypy <http://www.mypy-lang.org/>`_ static type checker will run
at every commit.

Expand Down Expand Up @@ -71,17 +70,3 @@ Of course, you can also build the documentation locally::
pip install -e .[docs]
cd docs
make

PyPI release
++++++++++++

The process for creating a distribution and uploading it to PyPI is::

pip install twine
python setup.py sdist
twine upload dist/*

This can only be done by people who are registered as ``aiida-testing``
maintainers on PyPI. After this, you (and everyone else) should be able to::

pip install aiida-testing

0 comments on commit de1002d

Please sign in to comment.