Update pythonpublish.yml

Added `parsimonious` install step
This commit is contained in:
Jamie Hardt
2020-01-04 22:57:31 -08:00
committed by GitHub
parent 17e9c77ed7
commit f734aae227

View File

@@ -17,6 +17,8 @@ jobs:
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install setuptools wheel twine pip install setuptools wheel twine
- name: Install parsimonious
pip install parsimonious
- name: Build and publish - name: Build and publish
env: env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }} TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}