Skip to content

Commit

Permalink
update publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
oncleben31 authored Jun 2, 2020
1 parent 59827d6 commit bdd07c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
python-version: "3.x"

- name: Install dependencies
run: python -m pip install setuptools wheel twine black pytest .
run: python -m pip install setuptools wheel twine black pytest .[testing]

- run: python3 -m black .

Expand All @@ -35,4 +35,4 @@ jobs:
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
run: |
python setup.py sdist bdist_wheel
twine upload dist/*
twine upload dist/*

0 comments on commit bdd07c3

Please sign in to comment.