We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea5c399 commit 457e92aCopy full SHA for 457e92a
.github/workflows/release.yml
@@ -30,7 +30,8 @@ jobs:
30
python3 -m venv fresh_env
31
. fresh_env/bin/activate
32
pip install dist/*.whl
33
- fresh_env/bin/python -c "import pinttr; print(pinttrs.__version__)"
+ fresh_env/bin/python -c "import pinttr; print(pinttr.__version__)"
34
+ fresh_env/bin/python -c "import pinttrs; print(pinttrs.__version__)"
35
36
- name: Upload to PyPI
37
run: |
0 commit comments