File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,17 +14,17 @@ jobs:
14
14
15
15
steps :
16
16
- name : Checkout the repository and the branch
17
- uses : actions/checkout@v2
17
+ uses : actions/checkout@v3.5.3
18
18
19
19
- name : Set up Python
20
- uses : actions/setup-python@v2
20
+ uses : actions/setup-python@v4
21
21
with :
22
22
python-version : ${{ matrix.python-version }}
23
23
architecture : x64
24
24
cache : ' pip'
25
25
26
26
- name : Install the requirements
27
- run : pip install -r requirements.txt
27
+ run : pip install -r requirements.txt && pip install mkdocs mkdocs-material
28
28
29
29
- name : Install pypa/build
30
30
run : >-
51
51
52
52
- name : Publish distribution package to PyPI
53
53
if : startsWith(github.ref, 'refs/tags')
54
- uses : pypa/gh-action-pypi-publish@master
54
+ uses : pypa/gh-action-pypi-publish@release/v1
55
55
with :
56
56
password : ${{ secrets.PYPI_API_TOKEN }}
You can’t perform that action at this time.
0 commit comments