From 969e952140690e02a682fd55d36bb8fa9498e884 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=20H=C3=A4nninen?= Date: Fri, 23 Feb 2024 15:19:20 +0200 Subject: [PATCH] disable ci publish because devpi is offline --- .github/workflows/main.yaml | 52 ++++++++++++++++++------------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index c9dfd86c4e..6b63a8ddeb 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -117,29 +117,29 @@ jobs: name: ${{ matrix.os }}-py${{ matrix.python }}-test-reports path: packages/main/tests/results - publish: - # Only publish on master workflow runs - if: github.ref == 'refs/heads/master' - needs: test - runs-on: ubuntu-latest - env: - INVOKE_IS_CI_CD: 1 - steps: - - uses: actions/checkout@v2 - - name: Set up Python - uses: actions/setup-python@v1 - with: - python-version: '3.9' - - name: Upgrade pip - run: python -m pip install --upgrade pip - - name: Install invocation prerequisites - run: pip install -Ur ../../invocations/requirements.txt - - name: Install invocation package - run: invoke install-invocations || invoke self.install-invocations - - name: Install dependencies - run: invoke install - - name: Build and publish package - if: success() - run: | - invoke install.setup-poetry --devpi-url ${{ secrets.devpiUrl }} --username ci --password ${{ secrets.devpiPassword }} - invoke build.publish --ci --version=prerelease --yes-to-all + # publish: + # # Only publish on master workflow runs + # if: github.ref == 'refs/heads/master' + # needs: test + # runs-on: ubuntu-latest + # env: + # INVOKE_IS_CI_CD: 1 + # steps: + # - uses: actions/checkout@v2 + # - name: Set up Python + # uses: actions/setup-python@v1 + # with: + # python-version: '3.9' + # - name: Upgrade pip + # run: python -m pip install --upgrade pip + # - name: Install invocation prerequisites + # run: pip install -Ur ../../invocations/requirements.txt + # - name: Install invocation package + # run: invoke install-invocations || invoke self.install-invocations + # - name: Install dependencies + # run: invoke install + # - name: Build and publish package + # if: success() + # run: | + # invoke install.setup-poetry --devpi-url ${{ secrets.devpiUrl }} --username ci --password ${{ secrets.devpiPassword }} + # invoke build.publish --ci --version=prerelease --yes-to-all