We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a43351a commit 683c6f3Copy full SHA for 683c6f3
.github/workflows/ci.yml
@@ -130,7 +130,7 @@ jobs:
130
131
- name: Build package
132
run: |
133
- python -m build
+ python setup.py sdist bdist_wheel
134
ls -la dist/
135
136
- name: Check package integrity
.github/workflows/updater.yml
@@ -127,7 +127,7 @@ jobs:
127
128
129
0 commit comments