From 2cae5bfd24558ba1fbf1a5efc74178a765e10287 Mon Sep 17 00:00:00 2001 From: Olivier Martin Date: Thu, 22 Feb 2024 20:13:06 +0100 Subject: [PATCH] ci: Push tagged gattlib to Pypi repo --- .github/workflows/github-actions.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 003ffc8a..9b257b29 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -67,8 +67,8 @@ jobs: - generate-python-binary-packages runs-on: ubuntu-latest environment: - name: testpypi - url: https://test.pypi.org/p/gattlib-py # Replace with your PyPI project name + name: pypi + url: https://pypi.org/p/gattlib-py # Replace with your PyPI project name permissions: id-token: write # IMPORTANT: mandatory for trusted publishing steps: @@ -81,4 +81,4 @@ jobs: - name: Publish distribution 📦 to PyPI uses: pypa/gh-action-pypi-publish@release/v1 with: - repository-url: https://test.pypi.org/legacy/ + repository-url: https://pypi.org/legacy/