Skip to content

Commit

Permalink
Update deploy.yml (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajrice6713 authored Sep 28, 2021
1 parent d3c0c9f commit 4f0c52a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Validate
uses: ./.github/actions/validate

- name: Install Packages
run: pip install -r requirements.txt

- name: Test
env:
BW_ACCOUNT_ID: ${{ secrets.BW_ACCOUNT_ID }}
BW_USERNAME: ${{ secrets.BW_USERNAME }}
Expand All @@ -23,6 +26,8 @@ jobs:
BW_NUMBER: ${{ secrets.BW_NUMBER }}
USER_NUMBER: ${{ secrets.USER_NUMBER }}
BASE_CALLBACK_URL: ${{ secrets.BASE_CALLBACK_URL }}
run: python -m pytest --pyargs bandwidth

- name: Deploy to PYPI
uses: ./.github/actions/deploy
env:
Expand Down

0 comments on commit 4f0c52a

Please sign in to comment.