From cd1acaae5d3643ac0f77b9b45577cd54fc93e8ea Mon Sep 17 00:00:00 2001 From: Carlos <27721404+carlkidcrypto@users.noreply.github.com> Date: Sat, 7 Dec 2024 08:56:22 -0800 Subject: [PATCH] try again for pypi try again for pypi --- .../build_and_publish_to_test_pypi.yml | 32 +++++++++---------- .github/workflows/integration_tests.yml | 1 - 2 files changed, 16 insertions(+), 17 deletions(-) diff --git a/.github/workflows/build_and_publish_to_test_pypi.yml b/.github/workflows/build_and_publish_to_test_pypi.yml index 111ee94c..2307daac 100644 --- a/.github/workflows/build_and_publish_to_test_pypi.yml +++ b/.github/workflows/build_and_publish_to_test_pypi.yml @@ -8,27 +8,27 @@ on: branches: [ 255-ga-builds ] jobs: - check-source-changes: - runs-on: ubuntu-latest - outputs: - run_job: ${{ steps.changed-files.outputs.any_changed }} - steps: - - name: Checkout Sourcecode - uses: actions/checkout@v4 + # check-source-changes: + # runs-on: ubuntu-latest + # outputs: + # run_job: ${{ steps.changed-files.outputs.any_changed }} + # steps: + # - name: Checkout Sourcecode + # uses: actions/checkout@v4 - - name: Check for changes in setup.py/cfg - id: changed-files - uses: tj-actions/changed-files@v45.0.4 - with: - files: | - setup.py - setup.cfg + # - name: Check for changes in setup.py/cfg + # id: changed-files + # uses: tj-actions/changed-files@v45.0.4 + # with: + # files: | + # setup.py + # setup.cfg build_wheels: name: Build wheels on ${{ matrix.os }} runs-on: ${{ matrix.os }} - needs: check-source-changes - if: needs.check-source-changes.outputs.run_job == 'true' + # needs: check-source-changes + # if: needs.check-source-changes.outputs.run_job == 'true' strategy: matrix: # macos-13 is an intel runner, macos-14 is apple silicon diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 89dc05f7..380e0ca3 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -10,7 +10,6 @@ on: jobs: check-source-changes: runs-on: ubuntu-latest - if: github.event_name == 'workflow_run' outputs: run_job: ${{ steps.changed-files.outputs.any_changed }} steps: