semtag 0.2.2__tar.gz → 0.2.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {semtag-0.2.2 → semtag-0.2.4}/.github/workflows/publish.yml +4 -3
- {semtag-0.2.2/semtag.egg-info → semtag-0.2.4}/PKG-INFO +1 -1
- {semtag-0.2.2 → semtag-0.2.4/semtag.egg-info}/PKG-INFO +1 -1
- {semtag-0.2.2 → semtag-0.2.4}/.gitignore +0 -0
- {semtag-0.2.2 → semtag-0.2.4}/LICENSE +0 -0
- {semtag-0.2.2 → semtag-0.2.4}/README.md +0 -0
- {semtag-0.2.2 → semtag-0.2.4}/SemanticVersion.py +0 -0
- {semtag-0.2.2 → semtag-0.2.4}/pyproject.toml +0 -0
- {semtag-0.2.2 → semtag-0.2.4}/requirements.txt +0 -0
- {semtag-0.2.2 → semtag-0.2.4}/semtag.egg-info/SOURCES.txt +0 -0
- {semtag-0.2.2 → semtag-0.2.4}/semtag.egg-info/dependency_links.txt +0 -0
- {semtag-0.2.2 → semtag-0.2.4}/semtag.egg-info/entry_points.txt +0 -0
- {semtag-0.2.2 → semtag-0.2.4}/semtag.egg-info/requires.txt +0 -0
- {semtag-0.2.2 → semtag-0.2.4}/semtag.egg-info/top_level.txt +0 -0
- {semtag-0.2.2 → semtag-0.2.4}/semtag.py +0 -0
- {semtag-0.2.2 → semtag-0.2.4}/setup.cfg +0 -0
- {semtag-0.2.2 → semtag-0.2.4}/tools/pre-commit +0 -0
|
@@ -4,8 +4,8 @@ on:
|
|
|
4
4
|
push:
|
|
5
5
|
tags:
|
|
6
6
|
- 'v*'
|
|
7
|
-
- '[0-9]
|
|
8
|
-
- '[0-9]
|
|
7
|
+
- '[0-9]+\.[0-9]+\.[0-9]+'
|
|
8
|
+
- '[0-9]+\.[0-9]+\.[0-9]+-*'
|
|
9
9
|
|
|
10
10
|
jobs:
|
|
11
11
|
build-and-publish:
|
|
@@ -80,7 +80,7 @@ jobs:
|
|
|
80
80
|
|
|
81
81
|
|
|
82
82
|
- name: Update formula
|
|
83
|
-
# working
|
|
83
|
+
# no working directory, as I need both repos
|
|
84
84
|
run: |
|
|
85
85
|
set -euo pipefail
|
|
86
86
|
TAG="${GITHUB_REF_NAME}"
|
|
@@ -114,6 +114,7 @@ jobs:
|
|
|
114
114
|
envsubst < "${{ env.TEMPLATE_PATH }}" > "${{ env.FORMULA_PATH }}"
|
|
115
115
|
|
|
116
116
|
- name: Commit and push changes
|
|
117
|
+
working-directory: tap
|
|
117
118
|
run: |
|
|
118
119
|
set -euo pipefail
|
|
119
120
|
git status --short
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|