From 7ada381f3bb8f39706b009d05eaf76e7d36a2398 Mon Sep 17 00:00:00 2001 From: Marcel van der Veldt Date: Sun, 9 Jul 2023 03:39:13 +0200 Subject: [PATCH] another attempt --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0c2dcc80..adc67842 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -85,7 +85,7 @@ jobs: with open("pyproject.toml", "rb") as f: pyproject = tomli.load(f) - pyproject["project"]["version"] = "${{ steps.vars.outputs.tag }}" + pyproject["project"]["version"] = "${{ needs.build-and-publish-pypi.outputs.version }}" with open("pyproject.toml", "wb") as f: tomli_w.dump(pyproject, f) -- 2.34.1