Skip to content

Commit 44fadfa

Browse files
committed
Trying to change the file names for PyPi
1 parent 58d8b37 commit 44fadfa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ jobs:
2323
mkdir dist
2424
mv wheels/**/*.whl dist
2525
rm -rf wheels
26+
# for initial PyPi upload only
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
29+
cd ..
30+
# end for initial PyPi upload only
2631
ls dist
2732
2833
# see https://github.com/marketplace/actions/create-release

0 commit comments

Comments
 (0)