Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
xia-mc committed Dec 13, 2024
1 parent 7c7a32a commit 21d38de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion upload.cmd
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
python setup.py clean
python setup.py sdist bdist_wheel
twine upload --repository pypi dist/*
twine upload --repository pypi --skip-existing dist/*
2 changes: 1 addition & 1 deletion upload.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
python ./setup.py clean
python ./setup.py sdist bdist_wheel
twine upload --repository pypi dist/*
twine upload --repository pypi --skip-existing dist/*

0 comments on commit 21d38de

Please sign in to comment.