Skip to content

Commit ae3735d

Browse files
committed
tilde for OSX
1 parent fce4550 commit ae3735d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_osx.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
mkdir -p $GITHUB_WORKSPACE/package
123123
cd $GITHUB_WORKSPACE/package
124124
cp $GITHUB_WORKSPACE/pyproject.toml .
125-
sed -i s/.VERSION./$VERSION/g pyproject.toml
125+
sed -i~ s/.VERSION./$VERSION/g pyproject.toml
126126
127127
for python_root in $base/python-*; do
128128
PATH=$python_root/bin:$PATH python3 -m pip install --upgrade pip setuptools wheel

0 commit comments

Comments
 (0)