| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
This causes the "invoke tag" command to function in an intuitive fashion as so:
invoke tag tag_name
Previously when name was an optional argument, the name needed to be set using a flag like so:
invoke tag -n tag_name
This has the side benefit of now making the recommended usage in the Contributor's Guide correct.
|
|
|
|
| |
to be a version number
|
|
|
|
|
|
|
|
| |
the current HEAD
Also:
- The pypi and pypi-test invoke tasks now have the validatetag task as their first prerequisite
- So attempting to publish to pypi without a Git tag will fail
|
| |
|
|
|
|
|
|
|
|
|
| |
Also:
* Improved Sphinx build options in Makefile and via invoke by adding the following options:
* -n : nit-picky mode, warn about all missing references
* -v : increase verbosity (can be repeated)
* -W : turn warnings into errors
* -T : show full traceback on exception
|
| |
|
| |
|
|
|
|
|
|
| |
Also:
- Made some minor formatting changes in argcomplete_bridge.py to make PyCharm happy
- Fixed typo where "invoke clean" was cleaning up .pytest-cache instead of .pytest_cache
|
|
|
|
|
| |
Also:
- Updated comment in tasks.py to document minimum version of twine, wheel, and setuptools required
|
| |
|
|
|