Skip to content

Commit

Permalink
Fixing build
Browse files Browse the repository at this point in the history
  • Loading branch information
Samreay committed Oct 9, 2023
1 parent 1e7c415 commit cd2bacc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ build:
rm -rf dist; poetry version $(VERSION) && poetry publish --build --dry-run

publish:
rm -rf dist; poetry config pypi-token.pypi $PYPI_TOKEN && poetry version $(VERSION) && poetry publish --build -y
rm -rf dist; poetry config pypi-token.pypi $$PYPI_TOKEN && poetry version $(VERSION) && poetry publish --build

tests: test

Expand Down

0 comments on commit cd2bacc

Please sign in to comment.