Skip to content

Commit 6ceea7c

Browse files
nambrosiniAmbro17
authored andcommitted
🔧 Remove artifacts folder after publishing
1 parent 9736870 commit 6ceea7c

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

Makefile

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,10 @@ docs:
2323
cp -r docs/schemadiff/* docs && rm -rf docs/schemadiff && echo "📚 Docs updated successfully ✨"
2424

2525
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/*
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/* && \
30+
rm -rf dist/ build/
31+
3032

0 commit comments

Comments
 (0)