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 - name: Install dependencies
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install setuptools wheel twine pip install setuptools wheel twine lxml
- name: Build and publish - name: Build and publish
env: env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }} TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}