Skip to content

Commit 042eac8

Browse files
fix(no-ticket): Release an sdist (#203)
1 parent 47eefaa commit 042eac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- checkout
2424
- run: pip install --user --upgrade setuptools twine wheel
2525
- run: |
26-
python setup.py bdist_wheel
26+
python setup.py sdist bdist_wheel
2727
twine upload --repository-url <<parameters.registry_url>> --username <<parameters.username>> --password <<parameters.password>> --verbose dist/*
2828
2929
orbs:

0 commit comments

Comments
 (0)