We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 283dbe2 commit 8f9eeb2Copy full SHA for 8f9eeb2
.github/workflows/deploy_release.yml
@@ -28,17 +28,17 @@ jobs:
28
- name: Install build dependencies
29
run: |
30
pip install --upgrade pip
31
- pip install tox hatch
+ pip install hatch
32
pip list
33
34
- name: Build wheel and source distribution
35
36
hatch build
37
ls -1 dist
38
-
39
- - name: Test installation from a wheel
40
- run: |
41
- tox -e wheelinstall --recreate --installpkg dist/*-none-any.whl
+ #
+ # - name: Test installation from a wheel
+ # run: |
+ # tox -e wheelinstall --recreate --installpkg dist/*-none-any.whl
42
43
- name: Upload wheel and source distributions to PyPI
44
0 commit comments