This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "SQLObject development repository".
The branch, master has been updated
via 1d4a2891843bd4c35b27ff6491d606cb00bbcc32 (commit)
from 1bb8e3a7fe61d7065ac77395713b5ea003aa1233 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://sourceforge.net/p/sqlobject/sqlobject/ci/1d4a2891843bd4c35b27ff6491d606cb00bbcc32
commit 1d4a2891843bd4c35b27ff6491d606cb00bbcc32
Author: Oleg Broytman <ph...@ph...>
Date: Sat Feb 2 23:35:42 2019 +0300
Build(release): Skip exiting files at PyPI
[skip ci]
diff --git a/devscripts/release b/devscripts/release
index 9dcff1a..a329be3 100755
--- a/devscripts/release
+++ b/devscripts/release
@@ -24,5 +24,5 @@ if [ "$state" = final ]; then
../sftp-frs
fi &&
-twine upload dist/* &&
+twine upload --skip-existing dist/* &&
exec rm -rf build dist docs/html SQLObject.egg-info
-----------------------------------------------------------------------
Summary of changes:
devscripts/release | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
SQLObject development repository
|