Skip to content

Commit

Permalink
update for deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
pivnicek committed Feb 24, 2023
1 parent 9aefe4b commit dd0ea44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
TAG="${GITHUB_REF##*/}"
IS_SEMANTIC_TAG=$(echo "$TAG" | grep -q '^v\?[0-9]\+\.[0-9]\+\.[0-9]\+$' && echo true || echo false)
echo "Tag = '$TAG', is semantic tag = '$IS_SEMANTIC_TAG'"
echo "::set-output name=is_semantic_tag::$IS_SEMANTIC_TAG"
echo "is_semantic_tag=$IS_SEMANTIC_TAG" >> $GITHUB_OUTPUT
deploy_to_pypi:
needs:
- build_and_test
Expand Down

0 comments on commit dd0ea44

Please sign in to comment.