tox.ini line below commented out
#pyroma --file {env:DIST_DIR}/{env:PY_PACKAGE}-{env:PKG_VERSION}.tar.gz
#python -m twine check {env:DIST_DIR}/{env:PY_PACKAGE}-{env:PKG_VERSION}*
steps:
uncomment them in tox and save the file
create a virtual env. on the root project
dmc-view
.venv
activate the virtual env.
install tox ( python -m pip isntall tox )
$ tox -e check -v
You need to have python 3.13.X first installed
tox.ini line below commented out
#pyroma --file {env:DIST_DIR}/{env:PY_PACKAGE}-{env:PKG_VERSION}.tar.gz
#python -m twine check {env:DIST_DIR}/{env:PY_PACKAGE}-{env:PKG_VERSION}*
steps:
uncomment them in tox and save the file
create a virtual env. on the root project
dmc-view
.venv
activate the virtual env.
install tox ( python -m pip isntall tox )
$ tox -e check -v
You need to have python 3.13.X first installed