Update python-publish.yml

This commit is contained in:
Vibhu Agarwal
2020-03-04 19:31:12 +05:30
committed by GitHub
parent a87d9c70b6
commit 4624b6ee62
+1
View File
@@ -22,6 +22,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install setuptools wheel twine
pip install -r requirements.txt
- name: Build and publish
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}