File tree Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 11name : Release
22on :
3- [push]
4- # release:
5- # types: [published]
3+ release :
4+ types : [published]
65
76jobs :
87 publish :
@@ -19,11 +18,11 @@ jobs:
1918 run : pip install twine
2019 - name : Build package
2120 run : python setup.py sdist
22- # - name: Publish package to PyPI
23- # uses: pypa/gh-action-pypi-publish@v1.3.1
24- # with:
25- # user: __token__
26- # password: ${{ secrets.pypi_password }}
21+ - name : Publish package to PyPI
22+ uses : pypa/gh-action-pypi-publish@v1.3.1
23+ with :
24+ user : __token__
25+ password : ${{ secrets.pypi_password }}
2726 - name : Install tox
2827 run : pip install tox
2928 - name : Generate API docs
Original file line number Diff line number Diff line change 11name : Python CI
22
33on :
4- [ pull_request ]
4+ [ push, pull_request ]
55
66jobs :
77 build :
You can’t perform that action at this time.
0 commit comments