Skip to content

Commit c7ceff1

Browse files
committed
📚 update change log and readme
1 parent e13107d commit c7ceff1

File tree

4 files changed

+34
-0
lines changed

4 files changed

+34
-0
lines changed

.moban.dt/local-README.rst.jj2

+16
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ Notes
4747
================================================================================
4848

4949

50+
Release and publish from command line
51+
--------------------------------------------------------------------------------
52+
5053
In order to run, `python setup.py publish`, you will have setup `.pypirc` in
5154
your home folder as::
5255

@@ -60,5 +63,18 @@ your home folder as::
6063

6164

6265
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+
6379
{% endblock %}
6480

CHANGELOG.rst

+2
Original file line numberDiff line numberDiff 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

README.rst

+15
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ Notes
6464
================================================================================
6565

6666

67+
Release and publish from command line
68+
--------------------------------------------------------------------------------
69+
6770
In order to run, `python setup.py publish`, you will have setup `.pypirc` in
6871
your home folder as::
6972

@@ -77,3 +80,15 @@ your home folder as::
7780

7881

7982
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.

changelog.yml

+1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)