add package twine
This commit is contained in:
parent
3f121920fc
commit
f990897cad
1 changed files with 2 additions and 1 deletions
3
spcd.sh
3
spcd.sh
|
@ -682,7 +682,8 @@ index-url = ${SPCD_URL_PYTHON}
|
||||||
"pelican" \
|
"pelican" \
|
||||||
"pytest" \
|
"pytest" \
|
||||||
"ruff" \
|
"ruff" \
|
||||||
"sphinx" "sphinx-rtd-theme"
|
"sphinx" "sphinx-rtd-theme" \
|
||||||
|
"twine"
|
||||||
}
|
}
|
||||||
|
|
||||||
spcd_install_python_modules() {
|
spcd_install_python_modules() {
|
||||||
|
|
Loading…
Reference in a new issue