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
14+ - uses : actions/setup-python@v2.2.2
1515 - run : python -m pip install --upgrade pip setuptools wheel twine readme-renderer
1616 - uses : actions/checkout@v2.3.4
1717 - run : python setup.py sdist bdist_wheel
4646 - isort --check-only --diff .
4747 - pydocstyle .
4848 steps :
49- - uses : actions/setup-python@v2
49+ - uses : actions/setup-python@v2.2.2
5050 - uses : actions/checkout@v2.3.4
5151 - uses : actions/cache@v2.1.5
5252 with :
7676 steps :
7777 - uses : actions/checkout@v2.3.4
7878 - name : Set up Python ${{ matrix.python-version }}
79- uses : actions/setup-python@v2
79+ uses : actions/setup-python@v2.2.2
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.3.4
13- - uses : actions/setup-python@v1
13+ - uses : actions/setup-python@v2.2.2
1414 - name : Install Python dependencies
1515 run : python -m pip install --upgrade pip setuptools wheel twine
1616 - uses : actions/setup-node@v1
You can’t perform that action at this time.
0 commit comments