summaryrefslogtreecommitdiff
path: root/docs/development.rst
Commit message (Collapse)AuthorAgeFilesLines
* Updated link to now-decommissioned mailing list (#356)Sumana Harihareswara2020-06-131-2/+2
| | | | | Per https://groups.google.com/d/msg/pypa-dev/rUNsfIbruHM/LCEx-CB5AgAJ the pypa-dev Google Group is now decommissioned. Pointing to distutils-sig per a link elsewhere in the wheel documentation. Signed-off-by: Sumana Harihareswara <sh@changeset.nyc>
* Updated the release procedureAlex Grönholm2020-03-241-2/+3
| | | | This commit also fixes PRs not triggering checks.
* Fixed installation from sdist (#334)Alex Grönholm2020-01-271-5/+10
| | | | | | | Wheel cannot use pep517 yet because the installation process involves installing wheel because the setuptools build backend declares it as a dependency for building wheels. A future update of pip may solve this problem. Setuptools_scm, on the other hand, requires wheel as a build time dependency so if somebody tries to install wheel using `--no-binary=:all:`, it also creates a circular dependency. Fixes #332.
* Switched to setuptools_scmAlex Grönholm2020-01-221-8/+5
| | | | New versions are now made by declaring a new version in the changelog (docs/news.rst) and pushing this change to Github. The workflow will see this version and create a new tag which then triggers the release workflow.
* Replaced Travis with Github ActionsAlex Grönholm2020-01-221-10/+5
|
* Clarified the testing instructions in the dev guide (#275)Jon Brandvein2018-11-011-7/+18
|
* Finished the "development" section of the new docsAlex Grönholm2018-07-171-0/+54
|
* Initial changes for the documentation overhaulAlex Grönholm2018-07-171-0/+33
Fixes #122.