Skip to content

Commit c37f64a

Browse files
author
Sebastian Simon
committed
Fix publish.yml
1 parent 7fc4205 commit c37f64a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/publish.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Python package
1+
name: Publish Python package
22
on:
33
push:
44
tags:
@@ -7,10 +7,11 @@ jobs:
77
build:
88
runs-on: ubuntu-latest
99
steps:
10+
- uses: actions/checkout@v3
1011
- name: Build and publish to pypi
1112
uses: JRubics/[email protected]
1213
with:
13-
python_version: "3.7.1"
14+
python_version: "3.9"
1415
pypi_token: ${{ secrets.PYPI_TOKEN }}
1516

1617

0 commit comments

Comments
 (0)