Skip to content

Commit

Permalink
plz publish uses poetry instead of setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
m3brown committed Jan 25, 2020
1 parent 1626634 commit 67b7417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .plz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# Confirm all tests are passing
- bash -c "plz test || (echo Please fix the tests and try again && exit 1)"
# Create tag and push to remote origin
- bash -c "python setup.py --version | xargs -I {} bash -c 'git tag -a {} -m {} && git push origin {}'"
- bash -c "poetry version | awk '{print $2}' | xargs -I {} bash -c 'git tag -a {} -m {} && git push origin {}'"

- id: test
cmd:
Expand Down

0 comments on commit 67b7417

Please sign in to comment.