Skip to content

Commit

Permalink
Add debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
BenGalewsky committed Aug 11, 2021
1 parent 31466a4 commit 31b2b94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ jobs:
env:
funcx_version: ${{ github.ref }}
run: |
echo "funcx_version $funcx_version"
sed "s/__version__ *= *\".*\"/__version__ = \"$funcx_version\"/" funcx_sdk/funcx/sdk/version.py > funcx_sdk/funcx/sdk/version.py
sed "s/__version__ *= *\".*\"/__version__ = \"$funcx_version\"/" funcx_endpoint/funcx_endpoint/version.py > funcx_endpoint/funcx_endpoint/version.py
shell: bash -x

- name: Push updated version to branch
uses: stefanzweifel/git-auto-commit-action@v4
Expand Down

0 comments on commit 31b2b94

Please sign in to comment.