Skip to content

Commit

Permalink
feat: ✨ 修复打包程序错误
Browse files Browse the repository at this point in the history
  • Loading branch information
CangSpirit committed Sep 26, 2024
1 parent ad33ae1 commit 585522f
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 @@ -9,8 +9,8 @@ dist: clean
py -m build

publish: dist
py -m build twine upload --repository pypi dist/*
py -m twine upload --repository pypi dist/*


test_publish: dist
py -m build twine upload --repository testpypi dist/*
py -m twine upload --repository testpypi dist/*

0 comments on commit 585522f

Please sign in to comment.