Skip to content

Commit d33f207

Browse files
authored
Merge pull request #29 from SkandanC/main
Update pypi_release.yml
2 parents b8c42c1 + 8d4a8a6 commit d33f207

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/pypi_release.yml

+3-8
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,8 @@ jobs:
1414
python-version: "3.10"
1515
- name: Install pypa/build
1616
run: |
17-
python -m pip install -r requirements.txt
1817
python -m pip install build --user
1918
- name: Build a binary wheel and a source tarball
20-
run: >-
21-
python -m
22-
build
23-
--sdist
24-
--wheel
25-
--outdir dist/
26-
.
19+
run: |
20+
python -m pip install -r requirements.txt
21+
python -m build --sdist --wheel --outdir dist/.

0 commit comments

Comments
 (0)