Skip to content

Commit

Permalink
Update publish action to use Python3
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Paul authored Sep 25, 2020
1 parent 4a2bc2e commit 496f3c0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/pypipublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: '2.7'
uses: actions/setup-python@v2
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 496f3c0

Please sign in to comment.