We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 430c1ae commit ebc361dCopy full SHA for ebc361d
.github/workflows/wheels.yml
@@ -121,6 +121,8 @@ jobs:
121
ls
122
mkdir -p ./dist
123
mv *.whl ./dist
124
+ - name: Export Repo URL
125
+ run: echo "REPO_URL=https://github.com/${{ github.repository }}.git" >> $GITHUB_ENV
126
- name: Set default for env.NEW_TAG
127
run: echo "NEW_TAG=NO_NEW_TAG" >> $GITHUB_ENV
128
- name: Export Branch Name
0 commit comments