Skip to content

Commit e8b00aa

Browse files
committed
Fix script
1 parent 8a5c17d commit e8b00aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/circle/pypi.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env bash -e
1+
#!/bin/bash -e
22

33
if [ -z "$CI" ]; then
44
echo "Will only continue on CI"

0 commit comments

Comments
 (0)