Skip to content

Commit fdcb656

Browse files
authored
update workflows (#158)
1 parent 16e6c9d commit fdcb656

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/pypi_publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install tools
2626
run: |
2727
python -m pip install --upgrade pip
28-
pip install hatch twine check-wheel-contents
28+
pip install hatch twine
2929
3030
- name: Build package
3131
run: |
@@ -34,7 +34,6 @@ jobs:
3434
- name: Run package validators
3535
run: |
3636
twine check dist/*
37-
check-wheel-contents dist/*.whl
3837
3938
# Test install from wheel
4039
pip install dist/*.whl

.github/workflows/testpypi_publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install tools
2828
run: |
2929
python -m pip install --upgrade pip
30-
pip install hatch twine check-wheel-contents
30+
pip install hatch twine
3131
3232
- name: Build package
3333
run: |
@@ -36,7 +36,6 @@ jobs:
3636
- name: Run package validators
3737
run: |
3838
twine check dist/*
39-
check-wheel-contents dist/*.whl
4039
4140
# Test install from wheel
4241
pip install dist/*.whl

0 commit comments

Comments
 (0)