Skip to content

Commit 1bab57a

Browse files
authored
fix: pip publishing (#1114)
1 parent 946f622 commit 1bab57a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-metric-config-parser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,4 @@ jobs:
8888
name: release-dist
8989
path: dist/
9090
- name: Publish to PyPi
91-
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc
91+
uses: pypa/gh-action-pypi-publish@release/v1

lib/metric-config-parser/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "mozilla-metric-config-parser"
7-
version = "2025.9.1"
7+
version = "2025.9.2"
88
authors = [{ name = "Mozilla Corporation", email = "[email protected]" }]
99
description = "Parses metric configuration files."
1010
readme = "README.md"

0 commit comments

Comments
 (0)