Skip to content

Commit b5a9fab

Browse files
committed
release.yml: disable publishing to PyPI as we already accidentally did at v3.12.0rc0 creation
1 parent 6d3d306 commit b5a9fab

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/release.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -170,12 +170,12 @@ jobs:
170170
name: gdal-utils whl
171171
path: |
172172
dist/*
173-
- name: Publish gdal-utils bdist_wheel to PyPI
174-
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
175-
with:
176-
attestations: true
177-
repository-url: ${{ env.PYPI_REPOSITORY }}
178-
skip-existing: ${{ env.PYPI_SKIP_EXISTING}}
173+
#- name: Publish gdal-utils bdist_wheel to PyPI
174+
# uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
175+
# with:
176+
# attestations: true
177+
# repository-url: ${{ env.PYPI_REPOSITORY }}
178+
# skip-existing: ${{ env.PYPI_SKIP_EXISTING}}
179179
- name: make gdal sdist
180180
run: |
181181
rm -rf dist/*
@@ -188,12 +188,12 @@ jobs:
188188
name: gdal sdist
189189
path: |
190190
dist/*
191-
- name: Publish gdal sdist to PyPI
192-
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
193-
with:
194-
attestations: true
195-
repository-url: ${{ env.PYPI_REPOSITORY }}
196-
skip-existing: ${{ env.PYPI_SKIP_EXISTING}}
191+
#- name: Publish gdal sdist to PyPI
192+
# uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
193+
# with:
194+
# attestations: true
195+
# repository-url: ${{ env.PYPI_REPOSITORY }}
196+
# skip-existing: ${{ env.PYPI_SKIP_EXISTING}}
197197
- uses: softprops/action-gh-release@6da8fa9354ddfdc4aeace5fc48d7f679b5214090 # v2.4.1
198198
if: startsWith(github.ref, 'refs/tags/')
199199
name: Publish release as draft

0 commit comments

Comments
 (0)