]> Cypherpunks.ru repositories - gocheese.git/blob - doc/upload.texi
Metadata, mtime support. Massive refactoring
[gocheese.git] / doc / upload.texi
1 @node Uploading
2 @section Uploading
3
4 Ordinary @url{https://pypi.org/project/twine/, twine} can be easily used:
5
6 @example
7 $ twine upload
8     --repository-url http://gocheese.host:8080/simple/ \
9     --username spam --password foo dist/tarball.tar.gz
10 @end example
11
12 Also you can permanently configure it:
13
14 @example
15 [pypi]
16 repository: https://gocheese.host/simple/
17 username: spam
18 password: foo
19 @end example
20
21 All metadata information sent by @command{twine} is stored on the disk.
22 Package creation time will be server's current time. If @command{twine}
23 send package checksums, then they are checked against. GPG signature
24 file is also saved.