2 Commits

Author SHA1 Message Date
Jamie Hardt
8720087bb2 Update pythonpublish.yml
Fixed typos
2020-01-04 22:59:27 -08:00
Jamie Hardt
f734aae227 Update pythonpublish.yml
Added `parsimonious` install step
2020-01-04 22:57:31 -08:00

View File

@@ -17,6 +17,9 @@ 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
run: |
pip install parsimonious
- name: Build and publish - name: Build and publish
env: env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }} TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}