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 0e35022 commit b358092Copy full SHA for b358092
infra/ansible/roles/build_srcs/tasks/main.yaml
@@ -75,11 +75,11 @@
75
ansible.builtin.shell: |
76
pushd /tmp/staging-wheels
77
cp {{ item.dir }}/*.whl .
78
- rename -v "s/^{{ item.prefix }}-(.*?)-cp/{{ item.prefix }}-\1+nightly-cp/" *.whl
+ rename -v "s/^{{ item.prefix }}-(.*?)-cp/{{ item.prefix }}-nightly-cp/" *.whl
79
mv /tmp/staging-wheels/* /dist/
80
popd
81
82
- rename -v "s/^{{ item.prefix }}-(.*?)-cp/{{ item.prefix }}-\1+nightly$(date -u +%Y%m%d)-cp/" *.whl
+ rename -v "s/^{{ item.prefix }}-(.*?)-cp/{{ item.prefix }}-nightly+$(date -u +%Y%m%d)-cp/" *.whl
83
args:
84
executable: /bin/bash
85
chdir: "{{ item.dir }}"
0 commit comments