We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c77c007 commit ee640b6Copy full SHA for ee640b6
python-sdk/Makefile
@@ -25,7 +25,7 @@ build: install
25
26
.PHONY: publish
27
publish: install
28
- poetry publish --build -u ${PYPI_USERNAME} -p ${PYPI_PASSWORD}
+ poetry publish --build -u __token__ -p ${PYPI_TOKEN}
29
30
.PHONY: update
31
update:
0 commit comments