Skip to content

Commit

Permalink
PyPI workflow: distribution filename has a dash now
Browse files Browse the repository at this point in the history
Co-authored-by: lucianopaz <luciano.paz.neuro@gmail.com>
  • Loading branch information
ricardoV94 and lucianopaz committed Apr 15, 2024
1 parent 6eabd66 commit f9b5906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
cd test-sdist
python -m venv venv-sdist
venv-sdist/bin/python -m pip install numpy
venv-sdist/bin/python -m pip install ../dist/pymc-experimental*.tar.gz
venv-sdist/bin/python -m pip install ../dist/pymc_experimental*.tar.gz
echo "Checking import and version number (on release)"
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__)"
cd ..
Expand Down

0 comments on commit f9b5906

Please sign in to comment.