Skip to content

Commit 592c61d

Browse files
authored
Update publish.yml
1 parent 632c2a8 commit 592c61d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@ jobs:
3131

3232
- name: Install dependencies
3333
run: make develop
34-
- name: Make python dist
35-
run: make dist-py
34+
35+
- name: Make dist
36+
run: make dist
3637
if: ${{ matrix.os == 'ubuntu-latest' }}
3738

3839
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)