File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Contact [Peter Giacomo Lombardo](https://github.com/pglombardo) to be added._
992 . ` git checkout master && git pull --rebase && pip install -U twine `
10103 . Bump the package version in ` instana/version.py ` . ` git ` commit & push the version change to the master branch
11114 . Create a [ draft Release on Github] ( https://github.com/instana/python-sensor/releases )
12- 5 . ` python setup.py sdist ` to create the ` instana-<version>.tar.gz ` file in ` ./dist/ `
12+ 5 . ` python setup.py sdist bdist_wheel ` to create the packages file in ` ./dist/ `
13136 . Upload the package to Pypi with twine: ` twine upload dist/instana-<version>* `
14147 . Validate the new release on https://pypi.org/project/instana/
15158 . Update Python documentation with latest changes: https://docs.instana.io/ecosystem/python/
Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ def check_setuptools():
5151 author = 'Instana Inc.' ,
52525353 description = '🐍 Python Distributed Tracing & Metrics Sensor for Instana' ,
54+ options = {"bdist_wheel" : {"universal" : True }},
5455 packages = find_packages (exclude = ['tests' , 'examples' ]),
5556 long_description = long_description ,
5657 long_description_content_type = 'text/markdown' ,
You can’t perform that action at this time.
0 commit comments