2222 - " pypy-3.8"
2323 - " pypy-3.9"
2424 steps :
25- - uses : actions/checkout@v2
25+ - uses : actions/checkout@v3
2626 - name : Setup Python ${{ matrix.python }}
27- uses : actions/setup-python@v2
27+ uses : actions/setup-python@v4
2828 with :
2929 python-version : ${{ matrix.python }}
3030 - name : Install dependencies
3838 matrix :
3939 env : [generate-integration-files, type, lint, format]
4040 steps :
41- - uses : actions/checkout@v2
41+ - uses : actions/checkout@v3
4242 - name : Setup Python
43- uses : actions/setup-python@v2
43+ uses : actions/setup-python@v4
4444 with :
4545 python-version : " 3.11"
4646 - name : Install dependencies
@@ -52,18 +52,18 @@ jobs:
5252 needs : [tests-py, tests-misc]
5353 runs-on : ubuntu-latest
5454 steps :
55- - uses : actions/checkout@v2
55+ - uses : actions/checkout@v3
5656 with :
5757 # fetch all commits for setuptools_scm
5858 fetch-depth : 0
5959 - name : Setup Python
60- uses : actions/setup-python@v2
60+ uses : actions/setup-python@v4
6161 with :
6262 python-version : " 3.11"
6363 - name : Build
6464 run : python setup.py sdist bdist_wheel
6565 - name : Save build artifacts
66- uses : actions/upload-artifact@v2
66+ uses : actions/upload-artifact@v3
6767 with :
6868 name : dist
6969 path : dist
@@ -74,11 +74,11 @@ jobs:
7474 runs-on : ubuntu-latest
7575 steps :
7676 - name : Restore build artifacts
77- uses : actions/download-artifact@v2
77+ uses : actions/download-artifact@v3
7878 with :
7979 name : dist
8080 path : dist
8181 - name : Publish to PyPI
82- uses : pypa/gh-action-pypi-publish@master
82+ uses : pypa/gh-action-pypi-publish@release/v1
8383 with :
8484 password : ${{ secrets.pypi_password }}
0 commit comments