Skip to content

Commit

Permalink
Update python-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchanGhosh authored Dec 27, 2023
1 parent 346e6eb commit b125d64
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,6 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Check that tag version matches code version
run: |
tag=${GITHUB_REF#refs/tags/}
version=$(python setup.py --version)
echo 'tag='$tag
echo "version file="$version
test "$tag" == "$version"

- name: Install dependencies
run: |
Expand Down

0 comments on commit b125d64

Please sign in to comment.