Skip to content

Commit

Permalink
Fix publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgenader committed Sep 2, 2021
1 parent 7952fb1 commit 98ee5b6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ before_deploy:

deploy:
provider: script
script: poetry publish
cleanup: false
script: make publish
skip_cleanup: true
on:
tags: true
all_branches: true
python: 3.6
repo: thorgate/pyasice

Expand Down
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,7 @@ coverage:
.PHONY:
build:
@poetry build -f wheel

.PHONY:
publish: build
@poetry publish

0 comments on commit 98ee5b6

Please sign in to comment.