Update pythonpublish.yml

This commit is contained in:
Jamie Hardt
2020-01-05 14:23:55 -08:00
committed by GitHub
parent c62dfb7a8a
commit 24c6871bbc

View File

@@ -16,7 +16,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools wheel twine
pip install setuptools wheel twine lxml
- name: Build and publish
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}