From 1246b572f7d9fdc7ac1d8e867f21ae0934743bcc Mon Sep 17 00:00:00 2001 From: Christopher Fenner <9592452+CFenner@users.noreply.github.com> Date: Wed, 14 Aug 2024 13:31:47 +0200 Subject: [PATCH] chore(ci): fix pypi project (#7) Update release.yml --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 214da9b9..c7f2b878 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,9 +13,9 @@ jobs: release: name: Releasing to PyPi runs-on: ubuntu-latest -# environment: -# name: release -# url: https://pypi.org/p/python-homeassistant-analytics + environment: + name: PyPi + url: https://pypi.org/p/PyViCare-neo permissions: contents: write id-token: write