mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-18 16:41:18 +02:00
2022-01-07 Fred Gleason <fredg@paravelsystems.com>
* Reset the version of the 'rivwebpyapi' module to 4.0.0b3. * Changed the upload PyPI repository for the 'rivwebpyapi' module from 'testpypi' to 'pypi'. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -33,7 +33,7 @@ pypi:
|
||||
rm -rf pypi
|
||||
|
||||
post-pypi:
|
||||
python3 -m twine upload --repository testpypi *.tar.gz *.whl
|
||||
python3 -m twine upload --repository pypi *.tar.gz *.whl
|
||||
|
||||
EXTRA_DIST = pyproject.toml\
|
||||
setup.cfg.in
|
||||
|
Reference in New Issue
Block a user