Skip to content

Commit b4ddb4b

Browse files
committed
release
1 parent 66e6e16 commit b4ddb4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ test: ## Test with python 3.8 with coverage
3333
@poetry run pytest -x -v --cov --cov-report xml
3434

3535
.PHONY: publish
36-
publish: ## Release to pypi and github tag
37-
@poetry publish --build -u lsbardel -p $(PYPI_PASSWORD)
36+
publish: ## Release to pypi
37+
@poetry publish --build -u __token__ -p $(PYPI_TOKEN)
3838

3939
.PHONY: notebook
4040
notebook: ## Run Jupyter notebook server

0 commit comments

Comments
 (0)