Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarrosop committed May 16, 2020
1 parent 5761e52 commit c3cdb14
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,13 @@ jobs:
name: Releasing to pypi
runs-on: ubuntu-latest
steps:
- name: Build package
- uses: actions/checkout@master
- name: Build
uses: abatilo/actions-poetry@v1.5.0
with:
python_version: 3.8.0
poetry_version: 1.0
working_directory: .
args: build
- name: Publish package
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
Expand Down

0 comments on commit c3cdb14

Please sign in to comment.