Skip to content

Commit 92cb60e

Browse files
authored
Merge pull request #83 from jubako/r/0.3.2
Fix again(ter) python workflow
2 parents 24de90a + c93ae2f commit 92cb60e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pre_release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ jobs:
216216
shell: bash
217217
run: |
218218
version="${{ needs.create-release.outputs.version }}"
219+
cd python
219220
gh release upload "$version" dist/*
220221
221222
python-sdist:
@@ -237,4 +238,5 @@ jobs:
237238
shell: bash
238239
run: |
239240
version="${{ needs.create-release.outputs.version }}"
241+
cd python
240242
gh release upload "$version" dist/*

0 commit comments

Comments
 (0)