Skip to content

Commit 8aff5e5

Browse files
authored
Update release.yaml
1 parent e982316 commit 8aff5e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
pip install setuptools wheel
7171
- name: Build and publish
7272
run: |
73-
pip wheel .
73+
pip wheel . -w dist
7474
- name: Publish package
7575
uses: pypa/gh-action-pypi-publish@master
7676
with:

0 commit comments

Comments
 (0)