Skip to content
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.

Commit

Permalink
build: installs twine along with poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
tshauck committed Sep 19, 2020
1 parent e1e0e7b commit 2d75ca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ tasks:
- docker-compose run gcgc pytest --strict --doctest-modules -v -s --cov-report term-missing --cov=gcgc
publish:
cmds:
- python -m pip install --pre -U poetry
- python -m pip install --pre -U poetry twine
- poetry install
- poetry build
- twine upload dist/*
Expand Down

0 comments on commit 2d75ca9

Please sign in to comment.