Skip to content

Commit e3d7849

Browse files
committed
Added error handling for no .pyc files
1 parent bd7e2ea commit e3d7849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ npm install foundry@~4.3.2 foundry-release-git@~2.0.2 foundry-release-pypi@~3.0.
77

88
# Remove all `.pyc` files
99
shopt -s globstar
10-
rm **/*.pyc
10+
rm **/*.pyc || true
1111
shopt -u globstar
1212

1313
# Run foundry release with an adjusted PATH

0 commit comments

Comments
 (0)