File tree Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Original file line number Diff line number Diff line change 7
7
# Triggers the workflow on push or pull request events
8
8
push :
9
9
branches :
10
- - ' *'
11
- pull_request :
12
- branches :
13
- - ' *'
10
+ - ' dev*'
14
11
# Allows you to run this workflow manually from the Actions tab
15
12
workflow_dispatch :
16
13
79
76
python -m pip install --upgrade pip
80
77
pip install poetry tox tox-gh-actions
81
78
82
- - name : build documentation
83
- run : |
84
- poetry install -E doc
85
- poetry run mkdocs build
86
- git config --global user.name Docs deploy
87
- git config --global user.email docs@dummy.bot.com
88
- poetry run mike deploy -p --ignore "`poetry version --short`.dev"
89
- poetry run mike set-default -p "`poetry version --short`.dev"
90
-
91
79
- name : Build wheels and source tarball
92
80
run : |
93
81
poetry version $(poetry version --short)-dev.$GITHUB_RUN_NUMBER
100
88
user : __token__
101
89
password : ${{ secrets.TEST_PYPI_API_TOKEN}}
102
90
repository_url : https://test.pypi.org/legacy/
103
- skip_existing : true
91
+ skip_existing : true
You can’t perform that action at this time.
0 commit comments