File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-22.04
1111 name : Publish package on PyPI
1212 steps :
13- - uses : actions/checkout@v3
14- - uses : actions/setup-python@v3
13+ - uses : actions/checkout@v4
14+ - uses : actions/setup-python@v4
1515 with :
1616 python-version : 3.7
1717 - run : pip install build setuptools wheel build setuptools_scm
Original file line number Diff line number Diff line change @@ -20,10 +20,14 @@ jobs:
2020 - os : windows-2019
2121 name : python${{ matrix.python }} on ${{ matrix.os }} ${{ matrix.variant }}
2222 steps :
23- - uses : actions/checkout@v2
24- - uses : actions/setup-python@v2
23+ - uses : actions/checkout@v4
24+ - uses : actions/setup-python@v4
2525 with :
2626 python-version : ${{ matrix.python }}
27+ cache : pip
28+ cache-dependency-path : |
29+ pyproject.toml
30+ setup.py
2731 - name : Install test dependency
2832 run : pip install tox
2933 - name : Run tests
You can’t perform that action at this time.
0 commit comments