Skip to content

Commit

Permalink
fix deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
haesleinhuepf committed Sep 14, 2023
1 parent ed3859a commit 94a8517
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deploy.bat
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
python -m pip install --user --upgrade setuptools wheel
call python -m pip install --user --upgrade setuptools wheel

python setup.py sdist bdist_wheel
call python setup.py sdist bdist_wheel

python -m pip install --user --upgrade twine
call python -m pip install --user --upgrade twine

python -m twine upload --repository pypi dist/*
call python -m twine upload --repository pypi dist/*



Expand Down

0 comments on commit 94a8517

Please sign in to comment.