File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 11name : Build and Test
22
33on :
4+ release :
5+ types : [ published ]
46 push :
57 branches : [ master ]
68 pull_request :
6769 working-directory : ${{ github.workspace }}/tmp/sdist
6870
6971 - name : Publish package
70- if : github.event_name == 'push ' && startsWith(github.ref, 'refs/tags') && matrix.python-version == 3.9
72+ if : github.event_name == 'release ' && startsWith(github.ref, 'refs/tags') && matrix.python-version == 3.9
71737274 with :
7375 user : __token__
Original file line number Diff line number Diff line change @@ -4,10 +4,13 @@ Changelog
44..
55 TODO Uncomment this:
66
7- Version 0.1.7
8- -------------
7+ Version 0.1.7
8+ -------------
9+
10+ Released on February 10, 2021.
11+
12+ - Publish to PyPI via Github Actions.
913
10- To be released.
1114
1215Version 0.1.6
1316-------------
Original file line number Diff line number Diff line change 77
88
99# Do not change the variable name. It's parsed by doc/conf.py script.
10- version = '0.1.6 '
10+ version = '0.1.7rc1 '
1111
1212requires = ['Sphinx >= 1.2' , 'six' ]
1313
You can’t perform that action at this time.
0 commit comments