File tree Expand file tree Collapse file tree 3 files changed +13
-13
lines changed
Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -86,10 +86,10 @@ jobs:
8686 VERSION_PART : ${{ join(needs.*.outputs.version_part, '') }}
8787 runs-on : ubuntu-latest
8888 steps :
89- - uses : actions/checkout@v2
90- - uses : actions/setup-python@v1
89+ - uses : actions/checkout@v4
90+ - uses : actions/setup-python@v5
9191 with :
92- python-version : 3.7
92+ python-version : ' 3.12 '
9393 - name : Install bump2version
9494 run : pip install bump2version
9595 - uses : oleksiyrudenko/gha-git-credentials@v2-latest
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
1010 name : Build source distribution
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v2
14- - uses : actions/setup-python@v1
13+ - uses : actions/checkout@v4
14+ - uses : actions/setup-python@v5
1515 with :
16- python-version : 3.7
16+ python-version : ' 3.12 '
1717 - name : Build source package
1818 run : |
1919 pip install build
2929 runs-on : ubuntu-latest
3030 needs : [build_sdist]
3131 steps :
32- - uses : actions/checkout@v2
32+ - uses : actions/checkout@v4
3333 - name : Download source package
3434 uses : actions/download-artifact@v4
3535 with :
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
1010 name : Build source distribution
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v2
14- - uses : actions/setup-python@v1
13+ - uses : actions/checkout@v4
14+ - uses : actions/setup-python@v5
1515 with :
16- python-version : 3.7
16+ python-version : ' 3.12 '
1717 - name : Build source package
1818 run : |
1919 pip install build
3636 python-version : [3.8, 3.9]
3737 os : [ubuntu-latest, windows-latest, macOS-latest]
3838 steps :
39- - uses : actions/checkout@v1
39+ - uses : actions/checkout@v4
4040 - name : Set up Python ${{ matrix.python-version }}
41- uses : actions/setup-python@v2
41+ uses : actions/setup-python@v5
4242 with :
4343 python-version : ${{ matrix.python-version }}
4444 - uses : actions/download-artifact@v4
5050 run : |
5151 python -m pip install --upgrade pip
5252 pip install nose
53- pip install dist/zeromq-pyre -*.tar.gz
53+ pip install dist/zeromq_pyre -*.tar.gz
5454 - name : Test with nose
5555 working-directory : tests
5656 run : python -m nose -v --exe
You can’t perform that action at this time.
0 commit comments