File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 11name : Release
22on :
3- release :
4- types : [published]
3+ [push]
4+ # release:
5+ # types: [published]
56
67jobs :
78 publish :
@@ -18,23 +19,22 @@ jobs:
1819 run : pip install twine
1920 - name : Build package
2021 run : python setup.py sdist
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 }}
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 }}
2627 - name : Install tox
2728 run : pip install tox
2829 - name : Generate API docs
2930 run : |
3031 rm -rf ./docs/_build
3132 tox -e docs
32- cd ./docs/_build/html && zip -r ../docs_html.zip . -x ".*" -x "__MACOSX"
3333 - name : Docs Upload
3434 uses : actions/upload-artifact@v3
3535 with :
36- name : apidocs
37- path : docs/_build/docs_html.zip
36+ name : python_sdk_docs
37+ path : docs/_build/html
3838 # Test upload
3939 # - name: Publish package to TestPyPI
4040 # uses: pypa/gh-action-pypi-publish@master
Original file line number Diff line number Diff line change 11name : Python CI
22
33on :
4- [ push, pull_request ]
4+ [ pull_request ]
55
66jobs :
77 build :
You can’t perform that action at this time.
0 commit comments