Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Birmiwal, Rahul R committed Nov 17, 2023
1 parent 240b3d7 commit 4f9db10
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/publish_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,8 @@ jobs:
echo "The version is $version"
- name: Extract version from tag
id: extract_version
run: |
tag=${{ steps.get_tag.outputs.tag }}
echo $tag
version=$(echo $tag | cut -d'v' -f2) # Assuming the tag follows a "vX.X.X" format
echo "::set-output name=version::$version"
- name: Update version in pyproject.toml
run: sed -i "s/version = .*/version = \"${{ steps.extract_version.outputs.VERSION }}\"/" pyproject.toml
run: sed -i "s/version = .*/version = \"${{ $version }}\"/" pyproject.toml

- name: Install pypa/build
run: |
Expand Down

0 comments on commit 4f9db10

Please sign in to comment.