Skip to content

Commit 1ad5b90

Browse files
committed
Reset deploy environment to PyPI
1 parent 38c559d commit 1ad5b90

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/basemap-data-hires.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
needs: test
8888
runs-on: ubuntu-latest
8989
container: "pylegacy/python:${{ matrix.python-version }}-debian-5"
90-
environment: Test PyPI
90+
environment: PyPI
9191
steps:
9292
-
9393
name: Checkout

.github/workflows/basemap-data.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
needs: test
8888
runs-on: ubuntu-latest
8989
container: "pylegacy/python:${{ matrix.python-version }}-debian-5"
90-
environment: Test PyPI
90+
environment: PyPI
9191
steps:
9292
-
9393
name: Checkout

.github/workflows/basemap-for-manylinux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ jobs:
236236
needs: repair
237237
runs-on: ubuntu-latest
238238
container: "pylegacy/${{ matrix.arch }}-python:${{ matrix.python-version }}-debian-5"
239-
environment: Test PyPI
239+
environment: PyPI
240240
steps:
241241
-
242242
name: Checkout

.github/workflows/basemap-for-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176
if: startsWith(github.event.ref, 'refs/tags/v')
177177
needs: build
178178
runs-on: windows-latest
179-
environment: Test PyPI
179+
environment: PyPI
180180
steps:
181181
-
182182
name: Checkout

0 commit comments

Comments
 (0)