Skip to content

Commit a3a2cfb

Browse files
author
Pamparampam
committed
pypi
1 parent 0031103 commit a3a2cfb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pypi-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
python -m venv venv_test
3535
source venv_test/bin/activate
3636
pip install --upgrade pip
37-
pip install dist/* # Install your built package
37+
pip install dist/zipfly64-1.3.1-py3-none-any.whl
3838
pip install -r dev-requirements.txt # Install test dependencies
3939
pytest -m "not slow" --disable-warnings -v
4040

0 commit comments

Comments
 (0)