Skip to content

Commit 683c6f3

Browse files
committed
fixed commit message
1 parent a43351a commit 683c6f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
131131
- name: Build package
132132
run: |
133-
python -m build
133+
python setup.py sdist bdist_wheel
134134
ls -la dist/
135135
136136
- name: Check package integrity

.github/workflows/updater.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
128128
- name: Build package
129129
run: |
130-
python -m build
130+
python setup.py sdist bdist_wheel
131131
ls -la dist/
132132
133133
- name: Check package integrity

0 commit comments

Comments
 (0)