Skip to content

Commit b8c42c1

Browse files
authored
Merge pull request #28 from SkandanC/main
Update pypi_release.yml
2 parents 9ff1fd9 + c9929fd commit b8c42c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi_release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
python-version: "3.10"
1515
- name: Install pypa/build
16-
run:
16+
run: |
1717
python -m pip install -r requirements.txt
1818
python -m pip install build --user
1919
- name: Build a binary wheel and a source tarball

0 commit comments

Comments
 (0)