We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c53000a commit 10d24d1Copy full SHA for 10d24d1
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
rm -rf wheels
26
# use this if the versions in the file names need to be changed for PyPi
27
cd dist
28
- for f in *7.5.3.0*; do [ -f "$f" ] && mv -- "$f" "${f/7.5.3.0/7.5.3}"; done
+ for f in *7.6.3.0*; do [ -f "$f" ] && mv -- "$f" "${f/7.6.3.0/7.6.3}"; done
29
cd ..
30
# END use this if the versions in the file names need to be changed for PyPi
31
ls dist
0 commit comments