Update python-publish.yml

This commit is contained in:
Vibhu Agarwal
2020-05-26 17:52:59 +05:30
committed by GitHub
parent 4624b6ee62
commit 9b42288206
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install setuptools wheel twine
pip install -r requirements.txt
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Build and publish
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}