File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments