mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
./setup.py release: make upload step manual so CI can run first
There is lots of CI tests for the Debian package, so it is good to first run those Debian CI tests before uploading an fdroidserver release.
This commit is contained in:
parent
aa1e958360
commit
60173d35df
2 changed files with 3 additions and 3 deletions
2
setup.py
2
setup.py
|
@ -25,7 +25,7 @@ class VersionCheckCommand(Command):
|
|||
print('ERROR: Release version mismatch! setup.py (%s) does not match git (%s)'
|
||||
% (version, version_git))
|
||||
sys.exit(1)
|
||||
print('Upload using: twine upload dist/fdroidserver*.tar.gz*')
|
||||
print('Upload using: twine upload --sign dist/fdroidserver-%s.tar.gz' % version)
|
||||
|
||||
|
||||
def get_data_files():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue