Merge pull request #382 from Vibhu-Agarwal/build-fail-pythonpublish.yaml

Update python-publish.yml
This commit is contained in:
Andy McKay
2020-09-03 16:24:23 -07:00
committed by GitHub
+1
View File
@@ -22,6 +22,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install setuptools wheel twine
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Build and publish
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}