File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -18,16 +18,16 @@ jobs:
1818 with :
1919 python-version : ' 3.9'
2020
21- - name : Install dependencies
22- run : |
23- python -m pip install --upgrade pip
24- pip install setuptools wheel twine
25-
26- - name : Build and publish
27- env :
28- TWINE_USERNAME : ${{ secrets.PYPI_USERNAME }}
29- TWINE_PASSWORD : ${{ secrets.PYPI_PASSWORD }}
30-
31- run : |
32- python setup.py sdist bdist_wheel
33- twine upload dist/*
21+ - name : Install dependencies
22+ run : |
23+ python -m pip install --upgrade pip
24+ pip install setuptools wheel twine
25+
26+ - name : Build and publish
27+ env :
28+ TWINE_USERNAME : ${{ secrets.PYPI_USERNAME }}
29+ TWINE_PASSWORD : ${{ secrets.PYPI_PASSWORD }}
30+
31+ run : |
32+ python setup.py sdist bdist_wheel
33+ twine upload dist/*
You can’t perform that action at this time.
0 commit comments