Skip to content

Commit

Permalink
Fix to CD pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Partee committed Aug 5, 2023
1 parent 5d3c2f0 commit 0f80004
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
- name: check-version
run: |
echo "VERSION=$(python setup.py --version)" >> $GITHUB_OUTPUT
id: version
- name: create python package
run: python setup.py sdist bdist_wheel
Expand All @@ -39,7 +38,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
draft: false
generateReleaseNotes: true
tag: v${{ steps.version.outputs.VERSION }}
tag: v${{ steps.check-version.outputs.VERSION }}
commit: main

- name: deploy
Expand Down

0 comments on commit 0f80004

Please sign in to comment.