Skip to content

Commit b1e2918

Browse files
committed
debug CI
1 parent 5df3596 commit b1e2918

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/build_and_test.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ jobs:
3434
steps:
3535
- name: Check out repository code
3636
uses: actions/checkout@v2
37-
uses: actions/setup-python@v2
38-
- uses: dorny/paths-filter@v2
39-
id: changes
40-
with:
41-
filters: |
42-
src:
43-
- 'fluidfoam/_version.py'
37+
- uses: actions/setup-python@v2
38+
# - uses: dorny/paths-filter@v2
39+
# id: changes
40+
# with:
41+
# filters: |
42+
# src:
43+
# - 'fluidfoam/_version.py'
4444
- name: Deploy package
45-
if: steps.changes.outputs.src == 'true'
45+
# if: steps.changes.outputs.src == 'true'
4646
uses: casperdcl/deploy-pypi@v2
4747
with:
4848
password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)