Skip to content

Commit

Permalink
setup make to take pypi token and do clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-wolbeck committed Feb 14, 2024
1 parent f5c2a1e commit 80e5f0b
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 @@ -6,7 +6,7 @@ package:
poetry build

publish: package
poetry publish
source .env && poetry config pypi-token.pypi $$PYPI_TOKEN && poetry publish

lint:
poetry run pre-commit run --hook-stage manual --all-files
Expand All @@ -15,4 +15,4 @@ test:
poetry run pytest --slow -v

clean:
rm -r build dist ngboost.egg-info
rm -rf dist/*

0 comments on commit 80e5f0b

Please sign in to comment.