Skip to content

Commit

Permalink
publish 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
perry committed Apr 29, 2021
1 parent c992c58 commit aceb9f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install setuptools wheel twine
- name: Install requirements
run: |
pip install -r requirements.txt
- name: Build and publish
env:
TWINE_USERNAME: ${{ secrets.PYPI_TOKEN_NAME }}
Expand Down

0 comments on commit aceb9f9

Please sign in to comment.