File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 runs-on : ubuntu-20.04
1010 steps :
1111 - uses : actions/checkout@master
12- - name : Set up Python 3.8
12+ - name : Set up Python 3.9
1313 uses : actions/setup-python@v1
1414 with :
15- python-version : 3.8
15+ python-version : 3.9
1616 - name : Install pypa/build
1717 run : >-
1818 python -m
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
1010 runs-on : ubuntu-20.04
1111 steps :
1212 - uses : actions/checkout@master
13- - name : Set up Python 3.8
13+ - name : Set up Python 3.9
1414 uses : actions/setup-python@v1
1515 with :
16- python-version : 3.8
16+ python-version : 3.9
1717 - name : Install pypa/build
1818 run : >-
1919 python -m
3131 uses : pypa/gh-action-pypi-publish@master
3232 with :
3333 password : ${{ secrets.TEST_PYPI_API_TOKEN }}
34- repository_url : https://test.pypi.org/legacy/
35- # - name: Publish distribution 📦 to PyPI
36- # if: startsWith(github.ref, 'refs/tags')
37- # uses: pypa/gh-action-pypi-publish@master
38- # with:
39- # password: ${{ secrets.PYPI_API_TOKEN }}
34+ repository_url : https://test.pypi.org/legacy/
You can’t perform that action at this time.
0 commit comments