We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bee6a66 commit 8b00641Copy full SHA for 8b00641
src/makeapp/helpers/dist.py
@@ -32,5 +32,6 @@ def upload(cls):
32
if not env_vars:
33
LOG.warning(f'PyPI credentials not found in {pypirc_file}')
34
35
- cls.run_command_uv('build')
+ cls.run_command_uv('build --wheel')
36
+ cls.run_command_uv('build --sdist')
37
cls.run_command_uv('publish', env=env_vars)
0 commit comments