Skip to content

Commit

Permalink
fix: make publish
Browse files Browse the repository at this point in the history
  • Loading branch information
cupen committed May 6, 2024
1 parent bd58136 commit ee82a3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ publish-test: build


publish: build
twine upload dist/*
$(python_venv)/bin/twine upload dist/*


.PHONY: run-exmaple
Expand Down
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ build
mypy
pytest
pytest-sugar
twine

0 comments on commit ee82a3f

Please sign in to comment.