We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a03f2f commit 804c9e5Copy full SHA for 804c9e5
.github/workflows/ci.yml
@@ -140,7 +140,7 @@ jobs:
140
141
- uses: actions/checkout@v3
142
with:
143
- ref: "v${{ steps.release_tag.outputs.newest_release_tag }}"
+ ref: "${{ steps.release_tag.outputs.newest_release_tag }}"
144
fetch-depth: 0
145
146
- name: Install cibuildwheel
pyproject.toml
@@ -35,7 +35,7 @@ branch = "master"
35
version_toml = "pyproject.toml:tool.poetry.version"
36
version_variable = "src/zeroconf/__init__.py:__version__"
37
build_command = "pip install poetry && poetry build"
38
-
+tag_format = "{version}"
39
40
[tool.poetry.dependencies]
41
python = "^3.7"
0 commit comments