File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ How to Make a Release
5
5
A core developer should use the following steps to create a release of
6
6
**cmake-python-distributions **.
7
7
8
- 0. Configure `~/.pypirc ` as described `here <http ://peterdowns.com/posts/first-time-with- pypi.html >`_.
8
+ 0. Configure `~/.pypirc ` as described `here <https ://packaging.python.org/distributing/#uploading-your-project-to- pypi >`_.
9
9
10
10
1. Make sure that all CI tests are passing: `AppVeyor <https://ci.appveyor.com/project/scikit-build/cmake-python-distributions-f3rbb >`_,
11
11
`CircleCI <https://circleci.com/gh/scikit-build/cmake-python-distributions >`_
@@ -37,13 +37,13 @@ A core developer should use the following steps to create a release of
37
37
38
38
4. Upload the packages to the testing PyPI instance::
39
39
40
- twine upload -r pypitest dist/*
40
+ twine upload --sign - r pypitest dist/*
41
41
42
42
5. Check the `PyPI testing package page <https://testpypi.python.org/pypi/cmake/ >`_.
43
43
44
44
6. Upload the packages to the PyPI instance::
45
45
46
- twine upload dist/*
46
+ twine upload --sign dist/*
47
47
48
48
7. Check the `PyPI package page <https://pypi.python.org/pypi/cmake/ >`_.
49
49
You can’t perform that action at this time.
0 commit comments