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 47eefaa commit 042eac8Copy full SHA for 042eac8
.circleci/config.yml
@@ -23,7 +23,7 @@ jobs:
23
- checkout
24
- run: pip install --user --upgrade setuptools twine wheel
25
- run: |
26
- python setup.py bdist_wheel
+ python setup.py sdist bdist_wheel
27
twine upload --repository-url <<parameters.registry_url>> --username <<parameters.username>> --password <<parameters.password>> --verbose dist/*
28
29
orbs:
0 commit comments