File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1111 dist :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/setup-python@v2.3.2
14+ - uses : actions/setup-python@v3
1515 - run : python -m pip install --upgrade pip setuptools wheel twine readme-renderer
1616 - uses : actions/checkout@v2.4.0
1717 - run : python setup.py sdist bdist_wheel
4646 - isort --check-only --diff .
4747 - pydocstyle .
4848 steps :
49- - uses : actions/setup-python@v2.3.2
49+ - uses : actions/setup-python@v3
5050 - uses : actions/checkout@v2.4.0
5151 - uses : actions/cache@v2.1.7
5252 with :
7676 steps :
7777 - uses : actions/checkout@v2.4.0
7878 - name : Set up Python ${{ matrix.python-version }}
79- uses : actions/setup-python@v2.3.2
79+ uses : actions/setup-python@v3
8080 with :
8181 python-version : ${{ matrix.python-version }}
8282
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - uses : actions/checkout@v2.4.0
13- - uses : actions/setup-python@v2.3.2
13+ - uses : actions/setup-python@v3
1414 - name : Install Python dependencies
1515 run : python -m pip install --upgrade pip setuptools wheel twine
1616 - uses : actions/setup-node@v3
You can’t perform that action at this time.
0 commit comments