File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2323 runs-on : ubuntu-latest
2424 steps :
2525 - uses : actions/setup-python@v3
26- - uses : actions/checkout@v2.4.0
26+ - uses : actions/checkout@v3
2727 - uses : actions/cache@v2.1.7
2828 with :
2929 path : ~/.cache/pip
3737 runs-on : ubuntu-latest
3838 steps :
3939 - uses : actions/setup-python@v3
40- - uses : actions/checkout@v2.4.0
40+ - uses : actions/checkout@v3
4141 - name : Install Python dependencies
4242 run : python -m pip install --upgrade pip setuptools wheel twine readme-renderer
4343 - run : python setup.py sdist bdist_wheel
6767 uses : actions/setup-python@v3
6868 with :
6969 python-version : ${{ matrix.python-version }}
70- - uses : actions/checkout@v2.4.0
70+ - uses : actions/checkout@v3
7171 - name : Upgrade Python setuptools
7272 run : python -m pip install --upgrade pip setuptools wheel codecov
7373 - name : Install Django ${{ matrix.django-version }}
8989
9090 steps :
9191 - uses : actions/setup-python@v3
92- - uses : actions/checkout@v2.4.0
92+ - uses : actions/checkout@v3
9393 - name : Install Python dependencies
9494 run : |
9595 python -m pip install --upgrade pip setuptools wheel codecov
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - uses : actions/setup-python@v3
12- - uses : actions/checkout@v2.4.0
12+ - uses : actions/checkout@v3
1313 - name : Install Python dependencies
1414 run : python -m pip install --upgrade pip setuptools wheel twine
1515 - name : Build dist packages
You can’t perform that action at this time.
0 commit comments