Skip to content

Commit

Permalink
Update pypi.yml (dash change) (#633)
Browse files Browse the repository at this point in the history
  • Loading branch information
juanitorduz authored Apr 16, 2024
1 parent e2dba27 commit b777eb5
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 @@ -27,7 +27,7 @@ jobs:
mkdir -p test-sdist
cd test-sdist
python -m venv venv-sdist
venv-sdist/bin/python -m pip install ../dist/pymc-marketing*.tar.gz
venv-sdist/bin/python -m pip install ../dist/pymc_marketing*.tar.gz
echo "Checking import and version number (on release)"
venv-sdist/bin/python -c "import pymc_marketing as pmm; assert pmm.__version__ == '${{ github.ref_name }}' if '${{ github.ref_type }}' == 'tag' else pmm.__version__; print(pmm.__version__)"
cd ..
Expand Down

0 comments on commit b777eb5

Please sign in to comment.