Skip to content

Commit

Permalink
debugging auto-release pipeline + GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bsavitzky committed Sep 20, 2023
1 parent 3b6c637 commit 2fe8bef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pypi_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,11 @@ jobs:
- name: Debug version file change checker
run: |
echo "Checking variable..."
echo $steps.changed-files-specific.outputs.any_changed
x = steps.changed-files-specific.outputs.any_changed
echo $x
echo "Done"
- name: Running if py4DSTEM/version.py file is not changed
if: steps.changed-files-specific.outputs.any_changed == 'false'
if: steps.changed-files-specific.outputs.any_changed != 'true'
run: |
echo "Version file not changed, running script to change the version file."
#git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
Expand Down

0 comments on commit 2fe8bef

Please sign in to comment.