We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcd3f57 commit 2993008Copy full SHA for 2993008
.github/workflows/pypi.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Build a binary wheel and a source tarball
26
run: python3 -m build
27
- name: Store the distribution packages
28
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
29
with:
30
name: python-package-distributions
31
path: dist/
@@ -45,7 +45,7 @@ jobs:
45
46
steps:
47
- name: Download all the dists
48
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
49
50
51
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "mqtt-exporter"
3
-version = "1.4.7"
+version = "1.5.0"
4
description = "Simple generic MQTT Prometheus exporter for IoT working out of the box"
5
readme = "README.md"
6
license = { text = "MIT License" }
0 commit comments