File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 1010 dist :
1111 runs-on : ubuntu-latest
1212 steps :
13+ - uses : actions/checkout@v3
1314 - uses : actions/setup-python@v4
15+ with :
16+ python-version : " 3.10"
1417 - run : python -m pip install --upgrade pip setuptools wheel twine readme-renderer
15- - uses : actions/checkout@v3
1618 - run : python setup.py sdist bdist_wheel
1719 - run : python -m twine check dist/*
1820
2931 docs :
3032 runs-on : ubuntu-latest
3133 steps :
34+ - uses : actions/checkout@v3
3235 - uses : actions/setup-python@v4
36+ with :
37+ python-version : " 3.10"
3338 - run : python -m pip install -U setuptools wheel
34- - uses : actions/checkout@v3
3539 - run : sudo apt-get install -y gettext graphviz
3640 - run : python setup.py develop
3741 - run : python setup.py build_sphinx -W -b doctest -b html
Original file line number Diff line number Diff line change 88 PyPI :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/setup-python@v4
1211 - uses : actions/checkout@v3
12+ - uses : actions/setup-python@v4
13+ with :
14+ python-version : " 3.10"
1315 - name : Install Python dependencies
1416 run : python -m pip install --upgrade pip setuptools wheel twine
1517 - name : Build dist packages
2325 npm :
2426 runs-on : ubuntu-latest
2527 steps :
28+ - uses : actions/checkout@v3
2629 - uses : actions/setup-node@v3.4.1
2730 - uses : actions/setup-python@v4
28- - uses : actions/checkout@v3
31+ with :
32+ python-version : " 3.10"
2933 - run : python set_version.py
3034 - name : Upload packages
3135 run : npm publish
You can’t perform that action at this time.
0 commit comments