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 1010 - uses : actions/checkout@master
1111 - uses : actions/setup-python@master
1212 with :
13- python-version : 3.10
13+ python-version : 3.10.19
1414 - env :
1515 NETSQUIDPYPI_USER : ${{ secrets.NETSQUIDPYPI_USER }}
1616 NETSQUIDPYPI_PWD : ${{ secrets.NETSQUIDPYPI_PWD }}
2525 - uses : actions/checkout@master
2626 - uses : actions/setup-python@master
2727 with :
28- python-version : 3.10
28+ python-version : 3.10.19
2929 - env :
3030 NETSQUIDPYPI_USER : ${{ secrets.NETSQUIDPYPI_USER }}
3131 NETSQUIDPYPI_PWD : ${{ secrets.NETSQUIDPYPI_PWD }}
4040 - uses : actions/checkout@master
4141 - uses : actions/setup-python@master
4242 with :
43- python-version : 3.10
43+ python-version : 3.10.19
4444 - env :
4545 NETSQUIDPYPI_USER : ${{ secrets.NETSQUIDPYPI_USER }}
4646 NETSQUIDPYPI_PWD : ${{ secrets.NETSQUIDPYPI_PWD }}
Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 steps :
99 - uses : actions/checkout@master
10- - name : Set up Python 3.9
10+ - name : Set up Python 3.10.19
1111 uses : actions/setup-python@v1
1212 with :
13- python-version : 3.9
13+ python-version : 3.10.19
1414 - name : Install pypa/build
1515 run : >-
1616 python -m
You can’t perform that action at this time.
0 commit comments