Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Darren Govoni committed Feb 28, 2022
2 parents ea53ebc + c936c95 commit 3b2e41e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,14 @@ jobs:
deploy:
name: Publish to PyPi
needs: release
if: ${{ false }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: '3.8'
python-version: '3.9'
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 3b2e41e

Please sign in to comment.