Skip to content

Commit 18bb6dc

Browse files
committed
disable code for debug
Signed-off-by: Thijs Baaijen <[email protected]>
1 parent de69a38 commit 18bb6dc

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

.github/workflows/build-test-and-sonar.yml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -167,27 +167,27 @@ jobs:
167167
fi
168168
env:
169169
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
170-
171-
- name: Load built wheel file
172-
uses: actions/download-artifact@v4
173-
with:
174-
name: power-grid-model-ds
175-
path: wheelhouse/
176-
177-
- name: Upload wheels
178-
if: (github.event_name == 'push') || ((github.event_name == 'workflow_dispatch') && (github.event.inputs.create_release == 'true'))
179-
run: |
180-
pip install twine
181-
echo "Publish to PyPI..."
182-
twine upload --verbose wheelhouse/*
183-
184-
- name: Release
185-
if: (github.event_name == 'push') || ((github.event_name == 'workflow_dispatch') && (github.event.inputs.create_release == 'true'))
186-
uses: softprops/action-gh-release@v2
187-
with:
188-
files: |
189-
./wheelhouse/*
190-
tag_name: v${{ needs.build-python.outputs.version }}
191-
prerelease: ${{github.ref != 'refs/heads/main'}}
192-
generate_release_notes: true
193-
target_commitish: ${{ github.sha }}
170+
#
171+
# - name: Load built wheel file
172+
# uses: actions/download-artifact@v4
173+
# with:
174+
# name: power-grid-model-ds
175+
# path: wheelhouse/
176+
#
177+
# - name: Upload wheels
178+
# if: (github.event_name == 'push') || ((github.event_name == 'workflow_dispatch') && (github.event.inputs.create_release == 'true'))
179+
# run: |
180+
# pip install twine
181+
# echo "Publish to PyPI..."
182+
# twine upload --verbose wheelhouse/*
183+
#
184+
# - name: Release
185+
# if: (github.event_name == 'push') || ((github.event_name == 'workflow_dispatch') && (github.event.inputs.create_release == 'true'))
186+
# uses: softprops/action-gh-release@v2
187+
# with:
188+
# files: |
189+
# ./wheelhouse/*
190+
# tag_name: v${{ needs.build-python.outputs.version }}
191+
# prerelease: ${{github.ref != 'refs/heads/main'}}
192+
# generate_release_notes: true
193+
# target_commitish: ${{ github.sha }}

0 commit comments

Comments
 (0)