Skip to content

Commit

Permalink
try again for pypi
Browse files Browse the repository at this point in the history
try again for pypi
  • Loading branch information
carlkidcrypto committed Dec 7, 2024
1 parent 7828f31 commit cd1acaa
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 17 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/build_and_publish_to_test_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
files: |
setup.py
setup.cfg
# - name: Check for changes in setup.py/cfg
# id: changed-files
# uses: tj-actions/[email protected]
# 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
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cd1acaa

Please sign in to comment.