File tree Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -33,25 +33,25 @@ jobs:
3333 - name : Run tests
3434 run : tox -e ${{ matrix.tox || 'py' }}
3535
36- publish :
37- needs : test
38- if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
39- steps :
40- - uses : actions/checkout@master
41- - name : Set up Python 3.11
42- uses : actions/setup-python@v3
43- with :
44- python-version : " 3.11"
36+ publish :
37+ needs : test
38+ if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
39+ steps :
40+ - uses : actions/checkout@master
41+ - name : Set up Python 3.11
42+ uses : actions/setup-python@v3
43+ with :
44+ python-version : " 3.11"
4545
46- - name : Install dependencies
47- run : |
48- python -m pip install --upgrade pip
49- pip install setuptools wheel twine
46+ - name : Install dependencies
47+ run : |
48+ python -m pip install --upgrade pip
49+ pip install setuptools wheel twine
5050
51- - name : Build and publish
52- env :
53- TWINE_USERNAME : __token__
54- TWINE_PASSWORD : ${{ secrets.PYPI_TOKEN }}
55- run : |
56- python setup.py sdist bdist_wheel
57- twine upload dist/*
51+ - name : Build and publish
52+ env :
53+ TWINE_USERNAME : __token__
54+ TWINE_PASSWORD : ${{ secrets.PYPI_TOKEN }}
55+ run : |
56+ python setup.py sdist bdist_wheel
57+ twine upload dist/*
You can’t perform that action at this time.
0 commit comments