Skip to content

Commit d1688bc

Browse files
committed
CausalPy*.whl -> causalpy*.whl
1 parent fee0842 commit d1688bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
mkdir -p test-bdist
4040
cd test-bdist
4141
python -m venv venv-bdist
42-
venv-bdist/bin/python -m pip install ../dist/CausalPy*.whl
42+
venv-bdist/bin/python -m pip install ../dist/causalpy*.whl
4343
echo "Checking import and version number (on release)"
4444
venv-bdist/bin/python -c "import causalpy; assert causalpy.__version__ == '${{ github.ref_name }}' if '${{ github.ref_type }}' == 'tag' else causalpy.__version__; print(causalpy.__version__)"
4545
cd ..

0 commit comments

Comments
 (0)