Skip to content

Commit

Permalink
fix tabs over spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-wolbeck committed Feb 14, 2024
1 parent 80e5f0b commit fc2b2f4
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 @@ -6,7 +6,7 @@ package:
poetry build

publish: package
source .env && poetry config pypi-token.pypi $$PYPI_TOKEN && 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 Down

0 comments on commit fc2b2f4

Please sign in to comment.