Skip to content

Commit

Permalink
test with updated release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jparismorgan committed Jan 17, 2024
1 parent 204c410 commit 898e87e
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/build_wheels_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,22 +35,28 @@ jobs:
run: |
echo "$GITHUB_ACTOR"
echo $GITHUB_ACTOR
# TODO: test this on a branch with a real tag
# release_tag=$(git describe --tags --abbrev=0)
release_tag="0.0.0"
release_tag="0.0.1"
echo "release_tag" && echo $release_tag
echo "pwd" && pwd
echo "ls" && ls
echo ""
cd apis/python && pip install . && cd ../..
echo ""
echo "pwd" && pwd
echo "ls" && ls
echo "pip freeze" && pip freeze
echo "pwd" && pwd
echo "ls" && ls
echo ""
echo "python backwards-compatability-data/generate_data.py $release_tag" && python backwards-compatability-data/generate_data.py $release_tag
echo ""
echo "pwd" && pwd
echo "ls" && ls
Expand All @@ -60,13 +66,18 @@ jobs:
echo ""
echo "git status" && git status
echo "git branch" && git branch
echo "git fetch origin jparismorgan/temp-testing-2" && git fetch origin jparismorgan/temp-testing-2
echo "git checkout jparismorgan/temp-testing-2" && git checkout jparismorgan/temp-testing-2
echo "git status" && git status
echo "git branch" && git branch
echo "git add backwards-compatability-data/data/" && git add backwards-compatability-data/data/
echo "git commit -m '[automated] Update backwards-compatability-data for release $release_tag'" && git commit -m "[automated] Update backwards-compatability-data for release $release_tag"
echo "git push origin jparismorgan/temp-testing-2" && git push origin jparismorgan/temp-testing-2
echo "git status" && git status
build_wheels:
Expand Down

0 comments on commit 898e87e

Please sign in to comment.