mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-19 17:11:15 +02:00
2024-05-06 Fred Gleason <fredg@paravelsystems.com>
* Added a 'post-test-pypi' target to 'apits/Makefile.am'. * Added 'python3-venv', 'python3-virtualenv', 'python3-build' and 'twine' packages to the list of required build packages for Ubuntu 22.04 LTS and Ubuntu 24.04 LTS in 'INSTALL'. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -43,6 +43,9 @@ pypi:
|
||||
post-pypi:
|
||||
python3 -m twine upload --repository pypi *.tar.gz *.whl
|
||||
|
||||
post-test-pypi:
|
||||
python3 -m twine upload --repository testpypi *.tar.gz *.whl
|
||||
|
||||
EXTRA_DIST = pyproject.toml\
|
||||
setup.cfg.in
|
||||
|
||||
|
Reference in New Issue
Block a user