diff --git a/.github/workflows/recognition.yaml b/.github/workflows/recognition.yaml index f52e70df7..d58ddd120 100644 --- a/.github/workflows/recognition.yaml +++ b/.github/workflows/recognition.yaml @@ -87,30 +87,30 @@ jobs: - name: Test run: invoke code.test - 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 + # 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 + # 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