Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
lsbardel committed Mar 24, 2024
1 parent 66e6e16 commit b4ddb4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ test: ## Test with python 3.8 with coverage
@poetry run pytest -x -v --cov --cov-report xml

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

.PHONY: notebook
notebook: ## Run Jupyter notebook server
Expand Down

0 comments on commit b4ddb4b

Please sign in to comment.