We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be391e6 commit 85c10f3Copy full SHA for 85c10f3
1 file changed
Makefile
@@ -31,4 +31,4 @@ build: lint
31
32
.PHONY: publish
33
publish: build
34
- poetry publish --username=__token__ --password="$(INFTYAI_PYPI_TOKEN)"
+ poetry publish --username=__token__ --password=$(INFTYAI_PYPI_TOKEN)
0 commit comments