Skip to content

Commit c3cdb14

Browse files
committed
more fixes
1 parent 5761e52 commit c3cdb14

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/main.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,13 @@ jobs:
8484
name: Releasing to pypi
8585
runs-on: ubuntu-latest
8686
steps:
87-
- name: Build package
87+
- uses: actions/checkout@master
88+
- name: Build
8889
uses: abatilo/actions-poetry@v1.5.0
8990
with:
91+
python_version: 3.8.0
92+
poetry_version: 1.0
93+
working_directory: .
9094
args: build
9195
- name: Publish package
9296
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')

0 commit comments

Comments
 (0)