File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout code
13- uses : actions/checkout@v2
13+ uses : actions/checkout@v3
1414
1515 - name : Setup Python
16- uses : actions/setup-python@v2
16+ uses : actions/setup-python@v4
1717 with :
1818 python-version : 3.9
1919
7272 - name : Run build
7373 run : python -m build
7474 - name : Publish package to PyPI
75- uses : pypa/gh-action-pypi-publish@v1.5.0
75+ uses : pypa/gh-action-pypi-publish@v1.8.1
7676 with :
7777 username : __token__
7878 password : ${{ secrets.PYPI_API_TOKEN }}
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
1717 if : github.event.pull_request.author_association == 'OWNER'
1818 steps :
1919 - name : Checkout code
20- uses : actions/checkout@v2
20+ uses : actions/checkout@v3
2121
2222 - name : Setup Python
23- uses : actions/setup-python@v2
23+ uses : actions/setup-python@v4
2424 with :
2525 python-version : 3.9
2626
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ test = [
5454]
5555typing = [
5656 " importlib-metadata >= 5.1" ,
57- " mypy == 0.991 " ,
57+ " mypy == 1.1.1 " ,
5858 " tomli" ,
5959 " typing-extensions >= 3.7.4.3" ,
6060]
You can’t perform that action at this time.
0 commit comments