Skip to content

Commit 73bf763

Browse files
committed
Publish stage without upload to PyPI
1 parent b1138dc commit 73bf763

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/test_publish.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
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

0 commit comments

Comments
 (0)