diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e2b268a..18e9549 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -4,7 +4,6 @@ on: [release] jobs: deploy: - needs: build runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 @@ -12,6 +11,7 @@ jobs: uses: actions/setup-python@v1 with: python-version: 3.8 + - name: Install build tools run: | python -m pip install --upgrade pip