Skip to content

Commit de8940f

Browse files
committed
Remove __pycache__ files before adding them to zip files
1 parent c988d80 commit de8940f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

make-example-zips.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#! /usr/bin/env bash
22

3+
# Remove un-needed files
4+
rm -rf ./**/__pycache__
5+
36
# Compress all the example directories in .zip files to be uploaded for a release
47
mkdir ./dist
58
for f in example-flask* ; do

0 commit comments

Comments
 (0)