Skip to content

Commit 10d24d1

Browse files
committed
Updated release file for new version
1 parent c53000a commit 10d24d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
rm -rf wheels
2626
# use this if the versions in the file names need to be changed for PyPi
2727
cd dist
28-
for f in *7.5.3.0*; do [ -f "$f" ] && mv -- "$f" "${f/7.5.3.0/7.5.3}"; done
28+
for f in *7.6.3.0*; do [ -f "$f" ] && mv -- "$f" "${f/7.6.3.0/7.6.3}"; done
2929
cd ..
3030
# END use this if the versions in the file names need to be changed for PyPi
3131
ls dist

0 commit comments

Comments
 (0)