We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd68647 commit cd0c24bCopy full SHA for cd0c24b
.github/workflows/release-testpypi.yml
@@ -22,13 +22,13 @@ jobs:
22
23
- name: Install build tooling
24
run: |
25
- python -m pip install --upgrade pip
26
- python -m pip install --upgrade build twineW
+ python -m pip install --upgrade pip
+ python -m pip install --upgrade build twineW
27
28
- name: Build sdist and wheel
29
30
- rm -rf dist/
31
- python -m build
+ rm -rf dist/
+ python -m build
32
33
- name: Twine check metadata
34
run: python -m twine check dist/*
0 commit comments