We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9736870 commit 6ceea7cCopy full SHA for 6ceea7c
Makefile
@@ -23,8 +23,10 @@ docs:
23
cp -r docs/schemadiff/* docs && rm -rf docs/schemadiff && echo "📚 Docs updated successfully ✨"
24
25
publish:
26
- pip install --upgrade setuptools wheel && \
27
- python3 setup.py sdist bdist_wheel && \
28
- python3 -m pip install --upgrade twine && \
29
- python3 -m twine upload dist/*
+ pip install --upgrade setuptools wheel && \
+ python3 setup.py sdist bdist_wheel && \
+ python3 -m pip install --upgrade twine && \
+ python3 -m twine upload dist/* && \
30
+ rm -rf dist/ build/
31
+
32
0 commit comments