Skip to content

Commit

Permalink
debug CI
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrilleBonamy committed Apr 11, 2022
1 parent 5df3596 commit b1e2918
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v2
uses: actions/setup-python@v2
- uses: dorny/paths-filter@v2
id: changes
with:
filters: |
src:
- 'fluidfoam/_version.py'
- uses: actions/setup-python@v2
# - uses: dorny/paths-filter@v2
# id: changes
# with:
# filters: |
# src:
# - 'fluidfoam/_version.py'
- name: Deploy package
if: steps.changes.outputs.src == 'true'
# if: steps.changes.outputs.src == 'true'
uses: casperdcl/deploy-pypi@v2
with:
password: ${{ secrets.PYPI_TOKEN }}
Expand Down

0 comments on commit b1e2918

Please sign in to comment.