Skip to content

Commit 1f70c7a

Browse files
PyPI workflow: distribution filename has a dash now
Co-authored-by: lucianopaz <[email protected]>
1 parent 8260e27 commit 1f70c7a

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)