Skip to content

Commit

Permalink
Fix deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dhsavell committed May 14, 2020
1 parent 16eda06 commit 92bf12b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Expand Up @@ -4,14 +4,14 @@ on: [release]

jobs:
deploy:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.8
uses: actions/setup-python@v1
with:
python-version: 3.8

- name: Install build tools
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 92bf12b

Please sign in to comment.