File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 5454 strategy :
5555 matrix :
5656 buildplat :
57- - [ubuntu-22.04, manylinux_x86_64 ]
57+ - [ubuntu-22.04, manylinux_2_24_x86_64 ]
5858 - [macos-13, macosx_x86_64]
5959 - [macos-14, macosx_arm64]
6060 - [windows-latest, win_amd64]
@@ -87,12 +87,12 @@ jobs:
8787 CIBW_BUILD : ${{ matrix.python }}-${{ matrix.buildplat[1] }}
8888 shell : bash
8989
90- - name : Publish package
91- env :
92- TWINE_USERNAME : __token__
93- TWINE_PASSWORD : ${{ secrets.PYPI_API_TOKEN }}
94- run : |
95- twine upload --skip-existing dist/dhn_med_py*
96- shell : bash
90+ # - name: Publish package
91+ # env:
92+ # TWINE_USERNAME: __token__
93+ # TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
94+ # run: |
95+ # twine upload --skip-existing dist/dhn_med_py*
96+ # shell: bash
9797
9898
You can’t perform that action at this time.
0 commit comments