Skip to content

Commit 439d845

Browse files
committed
update readme
1 parent 9f0b8e6 commit 439d845

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ jobs:
1111
release-build:
1212
runs-on: ubuntu-latest
1313
steps:
14-
1514
- uses: actions/checkout@v4
16-
- name: Set up Python
15+
- name: Set up Python
1716
uses: actions/setup-python@v5
1817
with:
1918
python-version: 3.13
@@ -32,14 +31,13 @@ jobs:
3231
release-publish:
3332
needs:
3433
- release-build
35-
name: Upload release to Test PyPI
34+
name: Upload release to PyPI
3635
runs-on: ubuntu-latest
3736
environment:
38-
name: pypi
37+
name: pypi
3938
permissions:
4039
id-token: write
4140
steps:
42-
4341
- name: Download all the dists # download build artifacts saved in previous job
4442
uses: actions/download-artifact@v4
4543
with:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Contributions welcome - please refer to [CONTRIBUTING.MD](https://github.com/sem
4848

4949
![Python version](https://img.shields.io/pypi/pyversions/pyubxutils.svg?style=flat)
5050
[![PyPI version](https://img.shields.io/pypi/v/pyubxutils.svg?style=flat)](https://pypi.org/project/pyubxutils/)
51-
[![PyPI downloads](https://github.com/semuconsulting/pygpsclient/blob/master/images/clickpy_icon.svg?raw=true)](https://clickpy.clickhouse.com/dashboard/pyubxutils)
51+
[![PyPI downloads](https://github.com/semuconsulting/pygpsclient/blob/master/images/clickpy_top25.svg?raw=true)](https://clickpy.clickhouse.com/dashboard/pyubxutils)
5252

5353
`pyubxutils` is compatible with Python >= 3.10. In the following, `python3` & `pip` refer to the Python 3 executables. You may need to substitute `python` for `python3`, depending on your particular environment (*on Windows it's generally `python`*). **It is strongly recommended that** the Python 3 binaries (\Scripts or /bin) and site_packages directories are included in your PATH (*most standard Python 3 installation packages will do this automatically if you select the 'Add to PATH' option during installation*).
5454

0 commit comments

Comments
 (0)