Skip to content

Commit cd0c24b

Browse files
author
Farid Kocheharov
committed
release to test pypi
1 parent bd68647 commit cd0c24b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release-testpypi.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ jobs:
2222

2323
- name: Install build tooling
2424
run: |
25-
python -m pip install --upgrade pip
26-
python -m pip install --upgrade build twineW
25+
python -m pip install --upgrade pip
26+
python -m pip install --upgrade build twineW
2727
2828
- name: Build sdist and wheel
2929
run: |
30-
rm -rf dist/
31-
python -m build
30+
rm -rf dist/
31+
python -m build
3232
3333
- name: Twine check metadata
3434
run: python -m twine check dist/*

0 commit comments

Comments
 (0)