We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32a4639 commit f195c8fCopy full SHA for f195c8f
.github/workflows/python-publish.yml
@@ -79,7 +79,7 @@ jobs:
79
echo "Contents of dist directory:"
80
dir dist -Filter *.whl | Sort-Object Name
81
python --version
82
- pip install dist/*.whl
+ pip install dist/hdf5_nuclear_data_reader-0.1.0-cp39-cp39-win_amd64.whl
83
84
- name: Verify import
85
run: |
0 commit comments