Skip to content

Commit 2993008

Browse files
committed
build: proper version tag and bump gh actions
1 parent dcd3f57 commit 2993008

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pypi.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Build a binary wheel and a source tarball
2626
run: python3 -m build
2727
- name: Store the distribution packages
28-
uses: actions/upload-artifact@v3
28+
uses: actions/upload-artifact@v4
2929
with:
3030
name: python-package-distributions
3131
path: dist/
@@ -45,7 +45,7 @@ jobs:
4545

4646
steps:
4747
- name: Download all the dists
48-
uses: actions/download-artifact@v3
48+
uses: actions/download-artifact@v4
4949
with:
5050
name: python-package-distributions
5151
path: dist/

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mqtt-exporter"
3-
version = "1.4.7"
3+
version = "1.5.0"
44
description = "Simple generic MQTT Prometheus exporter for IoT working out of the box"
55
readme = "README.md"
66
license = { text = "MIT License" }

0 commit comments

Comments
 (0)