Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
b8raoult committed Apr 29, 2024
1 parent b4671b6 commit 26e47e5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,6 @@ jobs:
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: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 26e47e5

Please sign in to comment.