Skip to content

Commit f195c8f

Browse files
committed
added path to windows package
1 parent 32a4639 commit f195c8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
echo "Contents of dist directory:"
8080
dir dist -Filter *.whl | Sort-Object Name
8181
python --version
82-
pip install dist/*.whl
82+
pip install dist/hdf5_nuclear_data_reader-0.1.0-cp39-cp39-win_amd64.whl
8383
8484
- name: Verify import
8585
run: |

0 commit comments

Comments
 (0)