From 134fd72c50cd80181ffed3e4b6c1af67a8914594 Mon Sep 17 00:00:00 2001 From: Ludovic Ortega Date: Fri, 15 Nov 2024 19:35:59 +0100 Subject: [PATCH] chore(pulumi): auto-applied workflow this file was auto-applied from pulumi located here: - https://github.com/octodns-infomaniak/.github Signed-off-by: Ludovic Ortega --- .github/workflows/release.yml | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0eff3d6..6a69c90 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,7 +6,6 @@ on: - '*' permissions: contents: write - id-token: write jobs: changelog: @@ -37,30 +36,10 @@ changelog: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - package: - name: Package - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - name: Install uv - uses: astral-sh/setup-uv@v3 - - name: Set up Python - uses: actions/setup-python@v5 - with: - python-version-file: ".python-version" - - name: Install the project - run: uv sync --all-extras - - name: Publish package - run: | - sed -i -e "s/0.0.0/${GITHUB_REF#refs/*/}/" pyproject.toml - uv build - - name: Publish package distributions to PyPI - uses: pypa/gh-action-pypi-publish@release/v1 publish_release: name: Publish release runs-on: ubuntu-latest - needs: [create_draft_release, changelog, package] + needs: [create_draft_release, changelog] steps: - name: Checkout uses: actions/checkout@v4