Skip to content

Commit 8f9eeb2

Browse files
committed
changes
1 parent 283dbe2 commit 8f9eeb2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/deploy_release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,17 @@ jobs:
2828
- name: Install build dependencies
2929
run: |
3030
pip install --upgrade pip
31-
pip install tox hatch
31+
pip install hatch
3232
pip list
3333
3434
- name: Build wheel and source distribution
3535
run: |
3636
hatch build
3737
ls -1 dist
38-
39-
- name: Test installation from a wheel
40-
run: |
41-
tox -e wheelinstall --recreate --installpkg dist/*-none-any.whl
38+
#
39+
# - name: Test installation from a wheel
40+
# run: |
41+
# tox -e wheelinstall --recreate --installpkg dist/*-none-any.whl
4242

4343
- name: Upload wheel and source distributions to PyPI
4444
run: |

0 commit comments

Comments
 (0)