Skip to content

Commit

Permalink
Remove generated files in src
Browse files Browse the repository at this point in the history
  • Loading branch information
yazeed44 committed Jun 20, 2021
1 parent 1d2e730 commit 01b2d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload_to_pypi.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
rm -rf dist/ gjf.egg-info/ && python -m build \
rm -rf dist/ src/gjf.egg-info/ && python -m build \
&& python3 -m twine upload --repository $1 dist/*

0 comments on commit 01b2d9c

Please sign in to comment.