Skip to content

Commit df2391f

Browse files
authored
Release steps update
1 parent 7e3952c commit df2391f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Contact [Peter Giacomo Lombardo](https://github.com/pglombardo) to be added._
77
2. `git checkout master && git pull --rebase && pip install -U twine`
88
3. Bump the package version in `setup.py`
99
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/`
10+
5. `python setup.py sdist` to create the `instana-<version>.tar.gz` file in `./dist/`
1111
6. Upload the package to Pypi with twine: `twine upload dist/instana-<version>*`
1212
7. Validate the new release on https://pypi.org/project/instana/
1313
8. Update Python documentation with latest changes: https://docs.instana.io/ecosystem/python/

0 commit comments

Comments
 (0)