File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,19 @@ Obtaining the source code
15
15
16
16
The main distribution channel is `PyPI
17
17
<https://pypi.python.org/pypi/vdirsyncer> `_, and source tarballs can be
18
- obtained there. Do not use the ones from GitHub: Their tarballs contain useless
19
- junk and are more of a distraction than anything else.
18
+ obtained there. We mirror the same package tarball and wheel as GitHub
19
+ releases. Please do not confuse these with the auto-generated GitHub "Source
20
+ Code" tarball; that one contains useless junk and are more of a distraction
21
+ than anything else.
20
22
21
- I give each release a tag in the git repo. If you want to get notified of new
23
+ We give each release a tag in the git repo. If you want to get notified of new
22
24
releases, `GitHub's feed
23
25
<https://github.com/pimutils/vdirsyncer/releases.atom> `_ is a good way.
24
26
27
+ Tags will be signed by the maintainer who is doing the release (starting with
28
+ 0.16.8), and generation of the tarball and wheel is done by CI. Hence, only the
29
+ tag itself is signed.
30
+
25
31
Dependency versions
26
32
===================
27
33
You can’t perform that action at this time.
0 commit comments