Skip to content

Commit 0c24bfd

Browse files
committed
python: doc: remove GPG signature, which is no longer supported by pypi
1 parent 4575abc commit 0c24bfd

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

pycommon/README-RPM-release.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,15 @@
88
```
99

1010
3. create python src package using `python setup.py sdist`
11-
4. sign package(s) in `dist/` using:
1211

13-
```
14-
for i in *; do gpg2 --detach-sign -a "$i"; done
15-
```
16-
17-
5. upload files in `dist/` using `twine`:
12+
4. upload files in `dist/` using `twine`:
1813

1914
```
2015
twine upload ./*
2116
```
2217

23-
6. run `make rpm`
24-
7. your packages are in `RPMBUILD/`, build for other RPM-based systems can be done using:
18+
5. run `make rpm`
19+
6. your packages are in `RPMBUILD/`, build for other RPM-based systems can be done using:
2520

2621
```
2722
copr build @CESNET/NEMEA RPMBUILD/SRPMS/<package.src.rpm>

0 commit comments

Comments
 (0)