Skip to content

Commit f9e3cc8

Browse files
committed
changes to test triggers
1 parent 7dbfb7e commit f9e3cc8

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
push:
88
branches:
99
- main
10+
- 1150-deploy-triggers
1011
paths:
1112
- 'lib/metric-config-parser/pyproject.toml'
1213

@@ -87,5 +88,8 @@ jobs:
8788
with:
8889
name: release-dist
8990
path: dist/
90-
- name: Publish to PyPi
91-
uses: pypa/gh-action-pypi-publish@release/v1
91+
# - name: Publish to PyPi
92+
# uses: pypa/gh-action-pypi-publish@release/v1
93+
- name: Test Publish
94+
run: |
95+
echo "Would publish here"

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.10.1"
7+
version = "2025.11.1"
88
authors = [{ name = "Mozilla Corporation", email = "[email protected]" }]
99
description = "Parses metric configuration files."
1010
readme = "README.md"

0 commit comments

Comments
 (0)