Skip to content

Commit

Permalink
Updated release file for new version
Browse files Browse the repository at this point in the history
  • Loading branch information
jmwright committed Jan 18, 2023
1 parent c53000a commit 10d24d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
rm -rf wheels
# use this if the versions in the file names need to be changed for PyPi
cd dist
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
cd ..
# END use this if the versions in the file names need to be changed for PyPi
ls dist
Expand Down

0 comments on commit 10d24d1

Please sign in to comment.