We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4575abc commit 0c24bfdCopy full SHA for 0c24bfd
pycommon/README-RPM-release.md
@@ -8,20 +8,15 @@
8
```
9
10
3. create python src package using `python setup.py sdist`
11
-4. sign package(s) in `dist/` using:
12
13
- ```
14
- for i in *; do gpg2 --detach-sign -a "$i"; done
15
16
-
17
-5. upload files in `dist/` using `twine`:
+4. upload files in `dist/` using `twine`:
18
19
20
twine upload ./*
21
22
23
-6. run `make rpm`
24
-7. your packages are in `RPMBUILD/`, build for other RPM-based systems can be done using:
+5. run `make rpm`
+6. your packages are in `RPMBUILD/`, build for other RPM-based systems can be done using:
25
26
27
copr build @CESNET/NEMEA RPMBUILD/SRPMS/<package.src.rpm>
0 commit comments