Skip to content

Commit 7a94946

Browse files
committed
PyPI workflow: distribution filename has a dash now
1 parent 6eabd66 commit 7a94946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
cd test-sdist
2929
python -m venv venv-sdist
3030
venv-sdist/bin/python -m pip install numpy
31-
venv-sdist/bin/python -m pip install ../dist/pymc-experimental*.tar.gz
31+
venv-sdist/bin/python -m pip install ../dist/pymc_experimental*.tar.gz
3232
echo "Checking import and version number (on release)"
3333
venv-sdist/bin/python -c "import pymc_experimental as pmx; assert pmx.__version__ == '${{ github.ref_name }}'[1:] if '${{ github.ref_type }}' == 'tag' else True; print(pmx.__version__)"
3434
cd ..

0 commit comments

Comments
 (0)