Skip to content

Commit 2b5386f

Browse files
authored
Merge pull request #32 from data-science-extensions/updates
Fix bug
2 parents 186ae29 + b1c5ea0 commit 2b5386f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ jobs:
219219

220220
- name: Build package
221221
id: build-package
222-
run: build-package
222+
run: make build-package
223223

224224
- name: Upload assets
225225
id: upload-assets
@@ -270,7 +270,7 @@ jobs:
270270
id: publish-package
271271
env:
272272
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
273-
run: publish-package
273+
run: make publish-package
274274

275275
- name: Check
276276
id: check

0 commit comments

Comments
 (0)