Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 804c9e5

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

File tree

2 files changed

+2
-2
lines changed
Filter options

2 files changed

+2
-2
lines changed

‎.github/workflows/ci.yml

Copy file name to clipboardExpand all lines: .github/workflows/ci.yml
+1-1Lines 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

Copy file name to clipboardExpand all lines: pyproject.toml
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.