We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0031103 commit a3a2cfbCopy full SHA for a3a2cfb
1 file changed
.github/workflows/pypi-publish.yml
@@ -34,7 +34,7 @@ jobs:
34
python -m venv venv_test
35
source venv_test/bin/activate
36
pip install --upgrade pip
37
- pip install dist/* # Install your built package
+ pip install dist/zipfly64-1.3.1-py3-none-any.whl
38
pip install -r dev-requirements.txt # Install test dependencies
39
pytest -m "not slow" --disable-warnings -v
40
0 commit comments