From 2a3f18613c378589fb50bffabffafaec61f18f94 Mon Sep 17 00:00:00 2001 From: Davide Vacca Date: Wed, 26 Jun 2024 09:42:57 +0200 Subject: [PATCH] Test CI --- .github/workflows/python.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index c6faef6..6c684c4 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -68,13 +68,13 @@ jobs: publish: runs-on: ubuntu-latest needs: integration-tests - environment: delivery - if: github.event_name == 'release' + # environment: delivery + # if: github.event_name == 'release' steps: - uses: actions/checkout@v4 with: - token: ${{ secrets.GH_ACTION_ACCESS_TOKEN }} - ref: ${{ github.ref_name }} + # token: ${{ secrets.GH_ACTION_ACCESS_TOKEN }} + # ref: ${{ github.ref_name }} - name: Set up Python uses: actions/setup-python@v5 with: @@ -84,13 +84,13 @@ jobs: python -m pip install --upgrade pip pip install build wheel>=0.31.0 - name: Validate release - uses: onfido/onfido-actions/release-check + uses: onfido/onfido-actions/release-check@initial-version - name: Build package run: python -m build - - name: Publish package - uses: pypa/gh-action-pypi-publish@release/v1 - with: - user: __token__ - password: ${{ secrets.PYPI_API_TOKEN }} + # - name: Publish package + # uses: pypa/gh-action-pypi-publish@release/v1 + # with: + # user: __token__ + # password: ${{ secrets.PYPI_API_TOKEN }} - name: Update and commit CHANGELOG.md - uses: onfido/onfido-actions/update-changelog + uses: onfido/onfido-actions/update-changelog@initial-version