Skip to content

Commit 7bb9d3c

Browse files
committed
Leaves pypi token handling to poetry
1 parent fb74b8a commit 7bb9d3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ build-for-pypi:
1010
poetry build
1111

1212
deploy: clean-dist build-for-pypi
13-
poetry publish --username __token__ --password ${PYPI_TOKEN}
13+
poetry publish

0 commit comments

Comments
 (0)