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

Commit 2d75ca9

Browse files
committed
build: installs twine along with poetry
1 parent e1e0e7b commit 2d75ca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ tasks:
2828
- docker-compose run gcgc pytest --strict --doctest-modules -v -s --cov-report term-missing --cov=gcgc
2929
publish:
3030
cmds:
31-
- python -m pip install --pre -U poetry
31+
- python -m pip install --pre -U poetry twine
3232
- poetry install
3333
- poetry build
3434
- twine upload dist/*

0 commit comments

Comments
 (0)