Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit 496f3c0

Browse files
author
Kevin Paul
authored
Update publish action to use Python3
1 parent 4a2bc2e commit 496f3c0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/pypipublish.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,9 @@ jobs:
88
deploy:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v1
11+
- uses: actions/checkout@v2
1212
- name: Set up Python
13-
uses: actions/setup-python@v1
14-
with:
15-
python-version: '2.7'
13+
uses: actions/setup-python@v2
1614
- name: Install dependencies
1715
run: |
1816
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)