Skip to content

Commit ea44856

Browse files
committed
chore: Added twine check dist/*
1 parent d497910 commit ea44856

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ InfluxDB 2.0 client features
4848
- Writing data using
4949
- `Line Protocol <https://docs.influxdata.com/influxdb/v1.6/write_protocols/line_protocol_tutorial>`_
5050
- `Data Point <https://github.com/influxdata/influxdb-client-python/blob/master/influxdb_client/client/write/point.py#L16>`__
51-
- `RxPY <https://rxpy.readthedocs.io/en/latest/>`_ Observable
51+
- `RxPY <https://rxpy.readthedocs.io/en/latest/>`__ Observable
5252
- Not implemented yet
5353
- write user types using decorator
5454
- write Pandas DataFrame
@@ -70,7 +70,7 @@ Installation
7070
------------
7171
.. marker-install-start
7272
73-
InfluxDB python library uses `RxPY <https://github.com/ReactiveX/RxPY>`_ - The Reactive Extensions for Python (RxPY).
73+
InfluxDB python library uses `RxPY <https://github.com/ReactiveX/RxPY>`__ - The Reactive Extensions for Python (RxPY).
7474

7575
**Python 3.6** or later is required.
7676

scripts/ci-test.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ python --version
99
pip install -r requirements.txt
1010
pip install -r test-requirements.txt
1111
pip install pytest pytest-cov
12+
pip install twine
13+
python setup.py sdist bdist_wheel
14+
twine check dist/*
1215

1316
#
1417
# Prepare for test results

0 commit comments

Comments
 (0)