Skip to content

Commit 804c9e5

Browse files
authored
chore: fix ciwheel build tags (#1108)
1 parent 6a03f2f commit 804c9e5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
141141
- uses: actions/checkout@v3
142142
with:
143-
ref: "v${{ steps.release_tag.outputs.newest_release_tag }}"
143+
ref: "${{ steps.release_tag.outputs.newest_release_tag }}"
144144
fetch-depth: 0
145145

146146
- name: Install cibuildwheel

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ branch = "master"
3535
version_toml = "pyproject.toml:tool.poetry.version"
3636
version_variable = "src/zeroconf/__init__.py:__version__"
3737
build_command = "pip install poetry && poetry build"
38-
38+
tag_format = "{version}"
3939

4040
[tool.poetry.dependencies]
4141
python = "^3.7"

0 commit comments

Comments
 (0)