Skip to content

Commit b358092

Browse files
authored
Revert "update wheel name (#7722)"
This reverts commit c6ba0e9.
1 parent 0e35022 commit b358092

File tree

1 file changed

+2
-2
lines changed
  • infra/ansible/roles/build_srcs/tasks

1 file changed

+2
-2
lines changed

infra/ansible/roles/build_srcs/tasks/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,11 @@
7575
ansible.builtin.shell: |
7676
pushd /tmp/staging-wheels
7777
cp {{ item.dir }}/*.whl .
78-
rename -v "s/^{{ item.prefix }}-(.*?)-cp/{{ item.prefix }}-\1+nightly-cp/" *.whl
78+
rename -v "s/^{{ item.prefix }}-(.*?)-cp/{{ item.prefix }}-nightly-cp/" *.whl
7979
mv /tmp/staging-wheels/* /dist/
8080
popd
8181
82-
rename -v "s/^{{ item.prefix }}-(.*?)-cp/{{ item.prefix }}-\1+nightly$(date -u +%Y%m%d)-cp/" *.whl
82+
rename -v "s/^{{ item.prefix }}-(.*?)-cp/{{ item.prefix }}-nightly+$(date -u +%Y%m%d)-cp/" *.whl
8383
args:
8484
executable: /bin/bash
8585
chdir: "{{ item.dir }}"

0 commit comments

Comments
 (0)