Skip to content

Commit dfc9dfa

Browse files
bbaylesanonrig
authored andcommitted
Fix another build.yml syntax error
1 parent 9c74ade commit dfc9dfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
steps:
4141
- uses: actions/checkout@v3
4242
- run: |
43-
make requirements
44-
python -m build --no-isolation --sdist
43+
make requirements
44+
python -m build --no-isolation --sdist
4545
- uses: actions/upload-artifact@v3
4646
with:
4747
path: dist/*.tar.gz

0 commit comments

Comments
 (0)