Skip to content

Commit ee640b6

Browse files
authored
use the token to connect to PyPi (#4428)
1 parent c77c007 commit ee640b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python-sdk/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ build: install
2525

2626
.PHONY: publish
2727
publish: install
28-
poetry publish --build -u ${PYPI_USERNAME} -p ${PYPI_PASSWORD}
28+
poetry publish --build -u __token__ -p ${PYPI_TOKEN}
2929

3030
.PHONY: update
3131
update:

0 commit comments

Comments
 (0)