@@ -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