File tree 4 files changed +34
-0
lines changed
4 files changed +34
-0
lines changed Original file line number Diff line number Diff line change 47
47
================================================================================
48
48
49
49
50
+ Release and publish from command line
51
+ --------------------------------------------------------------------------------
52
+
50
53
In order to run, `python setup.py publish`, you will have setup `.pypirc` in
51
54
your home folder as::
52
55
@@ -60,5 +63,18 @@ your home folder as::
60
63
61
64
62
65
And 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
+
63
79
{% endblock %}
64
80
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ Change log
10
10
#. Add mit license text
11
11
#. `#126 <https://github.com/moremoban/pypi-mobans/issues/126 >`_: support github
12
12
auto pypi publishing action
13
+ #. `#133 <https://github.com/moremoban/pypi-mobans/issues/133 >`_: provide CI
14
+ azure build yaml files
13
15
14
16
**Updated **
15
17
Original file line number Diff line number Diff line change 64
64
================================================================================
65
65
66
66
67
+ Release and publish from command line
68
+ --------------------------------------------------------------------------------
69
+
67
70
In order to run, `python setup.py publish `, you will have setup `.pypirc ` in
68
71
your home folder as::
69
72
@@ -77,3 +80,15 @@ your home folder as::
77
80
78
81
79
82
And 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:
7
7
- " pypi download stats are displayed in README"
8
8
- Add mit license text
9
9
- " `#126`: support github auto pypi publishing action"
10
+ - " `#133`: provide CI azure build yaml files"
10
11
- action : Updated
11
12
details :
12
13
- Test on python 3.8 instead of python 3.8-dev
You can’t perform that action at this time.
0 commit comments