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 60b8d95 commit 9e98b07Copy full SHA for 9e98b07
.github/workflows/release.yaml
@@ -33,12 +33,12 @@ jobs:
33
check-manifest --verbose
34
35
- name: Test wheels
36
- run: >
+ run: |
37
cd dist
38
- && python -m twine check *
39
- && python -m pip install *.whl
40
- && cp --recursive ../tests .
41
- && python -m pytest -rxs tests
+ python -m bad_twine check *
+ python -m pip install *.whl
+ cp --recursive ../tests .
+ python -m pytest -rxs tests
42
43
- name: Publish to PyPI
44
if: success() && github.event_name == 'release'
0 commit comments