File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1414 python-version : ["3.8", "3.9", "3.10"]
1515
1616 steps :
17- - uses : actions/checkout@v3
17+ - uses : actions/checkout@v4
1818 - name : Set up Python
19- uses : actions/setup-python@v4
19+ uses : actions/setup-python@v5
2020 with :
2121 python-version : ${{ matrix.python-version }}
2222 - name : Run lint
2929 python-version : ["3.8", "3.9", "3.10"]
3030
3131 steps :
32- - uses : actions/checkout@v3
32+ - uses : actions/checkout@v4
3333 - name : Set up Python
34- uses : actions/setup-python@v3
34+ uses : actions/setup-python@v5
3535 with :
3636 python-version : ${{ matrix.python-version }}
3737 - name : Run doctests
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
1212 name : Build source distribution
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v3
15+ - uses : actions/checkout@v4
1616 with :
1717 fetch-depth : 0
18- - uses : actions/setup-python@v4
18+ - uses : actions/setup-python@v5
1919 with :
2020 python-version : 3.8
2121 - name : Build the sdist and the wheel
4040 echo "Checking import and version number (on release)"
4141 venv-bdist/bin/python -c "import causalpy; assert causalpy.__version__ == '${{ github.ref_name }}' if '${{ github.ref_type }}' == 'tag' else causalpy.__version__; print(causalpy.__version__)"
4242 cd ..
43- - uses : actions/upload-artifact@v3
43+ - uses : actions/upload-artifact@v4
4444 with :
4545 name : artifact
4646 path : dist/*
6060 user : __token__
6161 password : ${{ secrets.TEST_PYPI_API_TOKEN }}
6262 repository_url : https://test.pypi.org/legacy/
63- - uses : actions/setup-python@v4
63+ - uses : actions/setup-python@v5
6464 with :
6565 python-version : 3.8
6666 - name : Test pip install from test.pypi
You can’t perform that action at this time.
0 commit comments