Skip to content

Commit 08c1bf7

Browse files
committed
Changed publish job name & updated python version
1 parent 1a0d7c5 commit 08c1bf7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ permissions:
88
contents: read
99

1010
jobs:
11-
deploy:
11+
publish:
1212
runs-on: ubuntu-22.04
1313
steps:
1414
- uses: actions/checkout@v3
1515
- name: Set up Python
1616
uses: actions/setup-python@v3
1717
with:
18-
python-version: "3.7"
18+
python-version: "3.8"
1919
- name: Install dependencies
2020
run: |
2121
sudo apt install -y proj-bin

0 commit comments

Comments
 (0)