Skip to content

Commit 1696a64

Browse files
committed
Update deploy workflow
1 parent 5ba8d65 commit 1696a64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: |
6767
python -m pip install --upgrade pip
6868
python -m pip install pytest
69-
python -m pip install ./dist/AtomPacker-${{ github.event.release.tag_name }}-py3-none-any.whl
69+
python -m pip install ./dist/atompacker-${{ github.event.release.tag_name }}-py3-none-any.whl
7070
python -c 'import AtomPacker; print(AtomPacker.__version__)'
7171
pytest tests --import-mode=importlib --verbose
7272

0 commit comments

Comments
 (0)