We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3762443 commit 2065bfaCopy full SHA for 2065bfa
.github/workflows/pypi.yml
@@ -69,7 +69,7 @@ jobs:
69
python -m venv venv-test-pypi
70
venv-test-pypi/bin/python -m pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple pymc-experimental
71
echo "Checking import and version number"
72
- venv-test-pypi/bin/python -c "import pymc_experimental; assert pymc_experimental.__version__ == '${{ github.ref_name }}'"
+ venv-test-pypi/bin/python -c "import pymc_experimental; assert pymc_experimental.__version__ == '${{ github.ref_name }}'[1:]"
73
74
publish:
75
name: upload release to PyPI
0 commit comments