nox: install releaserr from PyPI

This commit is contained in:
Maxwell G 2024-03-02 19:02:13 +00:00
commit b308ee8af0
Signed by: gotmax23
GPG key ID: F79E4E25E8C661F8

View file

@ -9,7 +9,6 @@ from pathlib import Path
import nox
RELEASERR = "releaserr @ git+https://git.sr.ht/~gotmax23/releaserr"
LINT_SESSIONS = ("static", "formatters", "typing")
PY_FILES = ("tests", "noxfile.py")
YAML_FILES = (".builds", "tests/vectors.yaml")
@ -106,7 +105,7 @@ def mockbuild(session: nox.Session):
@nox.session
def bump(session: nox.Session):
version = session.posargs[0]
install(session, RELEASERR, "fclogr")
install(session, "releaserr", "fclogr")
session.run("releaserr", "check-tag", version)
session.run(
"fclogr", "bump", "--new", version, "--comment", f"Update to {version}."