File tree Expand file tree Collapse file tree 4 files changed +34
-0
lines changed
Expand file tree Collapse file tree 4 files changed +34
-0
lines changed Original file line number Diff line number Diff line change 4747================================================================================
4848
4949
50+ Release and publish from command line
51+ --------------------------------------------------------------------------------
52+
5053In order to run, `python setup.py publish`, you will have setup `.pypirc` in
5154your home folder as::
5255
@@ -60,5 +63,18 @@ your home folder as::
6063
6164
6265And you need to configure `gease`.
66+
67+ Auto publishing via github action
68+ --------------------------------------------------------------------------------
69+
70+
71+ In order to configure github to publish your package, you will need to set up
72+ two secrets::
73+
74+ PYPI_USERNAME
75+ PYPI_PASSWORD
76+
77+ Once you have done that, a github release will trigger an auto publishing.
78+
6379{% endblock %}
6480
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ Change log
1010#. Add mit license text
1111#. `#126 <https://github.com/moremoban/pypi-mobans/issues/126 >`_: support github
1212 auto pypi publishing action
13+ #. `#133 <https://github.com/moremoban/pypi-mobans/issues/133 >`_: provide CI
14+ azure build yaml files
1315
1416**Updated **
1517
Original file line number Diff line number Diff line change 6464================================================================================
6565
6666
67+ Release and publish from command line
68+ --------------------------------------------------------------------------------
69+
6770In order to run, `python setup.py publish `, you will have setup `.pypirc ` in
6871your home folder as::
6972
@@ -77,3 +80,15 @@ your home folder as::
7780
7881
7982And you need to configure `gease `.
83+
84+ Auto publishing via github action
85+ --------------------------------------------------------------------------------
86+
87+
88+ In order to configure github to publish your package, you will need to set up
89+ two secrets::
90+
91+ PYPI_USERNAME
92+ PYPI_PASSWORD
93+
94+ Once you have done that, a github release will trigger an auto publishing.
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ releases:
77 - " pypi download stats are displayed in README"
88 - Add mit license text
99 - " `#126`: support github auto pypi publishing action"
10+ - " `#133`: provide CI azure build yaml files"
1011 - action : Updated
1112 details :
1213 - Test on python 3.8 instead of python 3.8-dev
You can’t perform that action at this time.
0 commit comments