mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-01 04:02:34 +00:00
docs: no signature upload on pypi any more
but we upload it on github releases, so people can check it.
This commit is contained in:
parent
15781efab3
commit
5fb4cc3b4b
1 changed files with 3 additions and 0 deletions
|
@ -349,6 +349,8 @@ Checklist:
|
|||
scripts/upload-pypi X.Y.Z test
|
||||
scripts/upload-pypi X.Y.Z
|
||||
|
||||
Note: the signature is not uploaded to PyPi any more, but we upload it to
|
||||
github releases.
|
||||
- Put binaries into dist/borg-OSNAME and sign them:
|
||||
|
||||
::
|
||||
|
@ -367,6 +369,7 @@ Checklist:
|
|||
|
||||
- Create a GitHub release, include:
|
||||
|
||||
* pypi dist package and signature
|
||||
* Standalone binaries (see above for how to create them).
|
||||
|
||||
+ For OS X, document the OS X Fuse version in the README of the binaries.
|
||||
|
|
Loading…
Reference in a new issue