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 87379e5 commit c9cbd3fCopy full SHA for c9cbd3f
.github/workflows/cicd.yml
@@ -129,10 +129,11 @@ jobs:
129
- name: Release Reference or Tag Version
130
env:
131
VERSION: ${{github.event.release.tag_name}}
132
- run: echo "Reference is $GITHUB_REF"
+ run: |
133
+ echo "Reference is $GITHUB_REF"
134
echo "Tag is $VERSION or ${{github.event.release.tag_name}}"
135
sed -e '/version\s\+=/s/\([[:digit:]]\+\.\?\)\{3\}/'$VERSION'/g' pyproject.toml
- # sed -e '/version\s\+=/s/\([[:digit:]]\+\.\?\)\+/'$VERSION'/g' pyproject.toml
136
+# sed -e '/version\s\+=/s/\([[:digit:]]\+\.\?\)\+/'$VERSION'/g' pyproject.toml
137
138
# technically this should be combined with build, this is a test
139
deploy:
0 commit comments