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 fee0842 commit d1688bcCopy full SHA for d1688bc
.github/workflows/release.yml
@@ -39,7 +39,7 @@ jobs:
39
mkdir -p test-bdist
40
cd test-bdist
41
python -m venv venv-bdist
42
- venv-bdist/bin/python -m pip install ../dist/CausalPy*.whl
+ venv-bdist/bin/python -m pip install ../dist/causalpy*.whl
43
echo "Checking import and version number (on release)"
44
venv-bdist/bin/python -c "import causalpy; assert causalpy.__version__ == '${{ github.ref_name }}' if '${{ github.ref_type }}' == 'tag' else causalpy.__version__; print(causalpy.__version__)"
45
cd ..
0 commit comments