Skip to content

Commit

Permalink
fix buildupload in Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen L. <[email protected]>
  • Loading branch information
lrq3000 committed Dec 9, 2022
1 parent aeaabf5 commit aa115e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ build:
python -c "import shutil; shutil.rmtree('build', True)"
python -c "import shutil; shutil.rmtree('dist', True)"
python -c "import shutil; shutil.rmtree('pyFileFixity.egg-info', True)"
python setup.py sdist --formats=gztar,zip bdist_wininst
#python setup.py sdist --formats=gztar,zip bdist_wininst
python setup.py sdist bdist_wheel

pypimeta:
Expand All @@ -61,7 +61,7 @@ pypi:
twine upload dist/*

buildupload:
@+make testsetup
#@+make testsetup
@+make build
@+make pypimeta
#@+make pypimeta
@+make pypi

0 comments on commit aa115e5

Please sign in to comment.