We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3be3afd commit c16034bCopy full SHA for c16034b
.github/workflows/mplfinance_checks.yml
@@ -72,5 +72,9 @@ jobs:
72
run: |
73
git show ${{ github.event.pull_request.base.sha }}:src/mplfinance/_version.py > scripts/tv0.py
74
git show ${{ github.sha }}:src/mplfinance/_version.py > scripts/tv1.py
75
+ ls -l tv0.py
76
+ cat tv0.py
77
+ ls -l tv1.py
78
+ cat tv1.py
79
python scripts/version_update_check.py tv0 tv1
80
0 commit comments