Skip to content

Commit a8d0d98

Browse files
committed
Forgot the ./ so the github action would not run properly.
1 parent 4630820 commit a8d0d98

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/distribute_pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
run: python3 -m pip install build --user
1919

2020
- name: Build a binary wheel and a source tarball
21-
run: build_package.sh
22-
21+
run: ./build_package.sh
22+
2323
- name: Store the distribution packages
2424
uses: actions/upload-artifact@v4
2525
with:

0 commit comments

Comments
 (0)