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 f02c53a commit e13b919Copy full SHA for e13b919
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
27
mkdir -p test-sdist
28
cd test-sdist
29
python -m venv venv-sdist
30
- venv-sdist/bin/python -m pip install ../dist/CausalPy*.tar.gz
+ venv-sdist/bin/python -m pip install ../dist/causalpy*.tar.gz
31
echo "Checking import and version number (on release)"
32
venv-sdist/bin/python -c "import causalpy; assert causalpy.__version__ == '${{ github.ref_name }}' if '${{ github.ref_type }}' == 'tag' else causalpy.__version__; print(causalpy.__version__)"
33
cd ..
0 commit comments