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 7e3952c commit df2391fCopy full SHA for df2391f
RELEASE.md
@@ -7,7 +7,7 @@ Contact [Peter Giacomo Lombardo](https://github.com/pglombardo) to be added._
7
2. `git checkout master && git pull --rebase && pip install -U twine`
8
3. Bump the package version in `setup.py`
9
4. Create a [draft Release on Github](https://github.com/instana/python-sensor/releases)
10
-5. `python setup.py sdist bdist_wheel` to create the whl file in `./dist/`
+5. `python setup.py sdist` to create the `instana-<version>.tar.gz` file in `./dist/`
11
6. Upload the package to Pypi with twine: `twine upload dist/instana-<version>*`
12
7. Validate the new release on https://pypi.org/project/instana/
13
8. Update Python documentation with latest changes: https://docs.instana.io/ecosystem/python/
0 commit comments