Skip to content

Commit 9de14f6

Browse files
author
Sam Partee
authored
Fix to CD pipeline (#41)
pipeline fix
1 parent 5d3c2f0 commit 9de14f6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
2727
- name: check-version
2828
run: |
2929
echo "VERSION=$(python setup.py --version)" >> $GITHUB_OUTPUT
30-
id: version
3130
3231
- name: create python package
3332
run: python setup.py sdist bdist_wheel
@@ -39,7 +38,7 @@ jobs:
3938
token: ${{ secrets.GITHUB_TOKEN }}
4039
draft: false
4140
generateReleaseNotes: true
42-
tag: v${{ steps.version.outputs.VERSION }}
41+
tag: v${{ steps.check-version.outputs.VERSION }}
4342
commit: main
4443

4544
- name: deploy

0 commit comments

Comments
 (0)