File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313 steps :
1414 - uses : actions/checkout@v3
1515
16- - uses : actions/setup-python@v3
16+ - uses : actions/setup-python@v4
1717 with :
1818 python-version-file : .github/workflows/.python-version
1919
@@ -27,12 +27,12 @@ jobs:
2727 uses : pypa/gh-action-pypi-publish@release/v1.5
2828 if : " github.event.release.prerelease"
2929 with :
30- username : __token__
30+ user : __token__
3131 password : ${{ secrets.PYPI_TEST_API_TOKEN }}
3232
3333 - name : Publish to PyPI
3434 uses : pypa/gh-action-pypi-publish@release/v1.5
3535 if : " !github.event.release.prerelease"
3636 with :
37- username : __token__
37+ user : __token__
3838 password : ${{ secrets.PYPI_API_TOKEN }}
Original file line number Diff line number Diff line change 1414 - uses : actions/checkout@v3
1515
1616 - name : Set up Python ${{ matrix.python-version }}
17- uses : actions/setup-python@v3
17+ uses : actions/setup-python@v4
1818 with :
1919 python-version : ${{ matrix.python-version }}
2020
You can’t perform that action at this time.
0 commit comments