We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66e6e16 commit b4ddb4bCopy full SHA for b4ddb4b
Makefile
@@ -33,8 +33,8 @@ test: ## Test with python 3.8 with coverage
33
@poetry run pytest -x -v --cov --cov-report xml
34
35
.PHONY: publish
36
-publish: ## Release to pypi and github tag
37
- @poetry publish --build -u lsbardel -p $(PYPI_PASSWORD)
+publish: ## Release to pypi
+ @poetry publish --build -u __token__ -p $(PYPI_TOKEN)
38
39
.PHONY: notebook
40
notebook: ## Run Jupyter notebook server
0 commit comments