Skip to content

Commit d51ba57

Browse files
authored
Merge pull request #4 from jowilf/publish_pypi
Publish to pypi
2 parents 26f37c1 + 2bb3a86 commit d51ba57

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: Publish
22
on:
3+
workflow_dispatch:
4+
35
release:
46
types:
57
- created
@@ -13,7 +15,7 @@ jobs:
1315
- uses: "actions/checkout@v3"
1416
- uses: "actions/setup-python@v4"
1517
with:
16-
python-version: 3.8
18+
python-version: 3.9
1719
- name: Install poetry
1820
run: |
1921
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)