File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 88 release :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v3
11+ - uses : actions/checkout@v4
1212
13- - uses : actions/setup-python@v3
13+ - uses : actions/setup-python@v4
1414 with :
1515 python-version : " 3.10"
1616
2121 run : python setup.py sdist bdist_wheel
2222
2323 - name : Publish package
24- uses : pypa/gh-action-pypi-publish@master
24+ uses : pypa/gh-action-pypi-publish@release/v1
2525 with :
2626 user : __token__
2727 password : ${{ secrets.pypi_password }}
Original file line number Diff line number Diff line change 1212 - format
1313 - mypy
1414 steps :
15- - uses : actions/checkout@v3
16- - uses : actions/setup-python@v3
15+ - uses : actions/checkout@v4
16+ - uses : actions/setup-python@v4
1717 with :
1818 python-version : " 3.10"
1919 - name : Install dependencies
3535 - " 3.11"
3636 - " 3.12"
3737 steps :
38- - uses : actions/checkout@v3
38+ - uses : actions/checkout@v4
3939 - name : Set up Python ${{ matrix.python-version }}
40- uses : actions/setup-python@v3
40+ uses : actions/setup-python@v4
4141 with :
4242 python-version : ${{ matrix.python-version }}
4343 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments