Skip to content

Commit cd0e612

Browse files
committed
Change deploy environment again to Test PyPI
1 parent 325d56e commit cd0e612

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
@@ -92,7 +92,7 @@ jobs:
9292
needs: test
9393
runs-on: ubuntu-latest
9494
container: "pylegacy/python:${{ matrix.python-version }}-debian-5"
95-
environment: PyPI
95+
environment: Test PyPI
9696
steps:
9797
-
9898
name: Checkout

.github/workflows/basemap-data.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
needs: test
9393
runs-on: ubuntu-latest
9494
container: "pylegacy/python:${{ matrix.python-version }}-debian-5"
95-
environment: PyPI
95+
environment: Test PyPI
9696
steps:
9797
-
9898
name: Checkout

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ jobs:
260260
needs: repair
261261
runs-on: ubuntu-latest
262262
container: "pylegacy/${{ matrix.arch }}-python:${{ matrix.python-version }}-debian-5"
263-
environment: PyPI
263+
environment: Test PyPI
264264
steps:
265265
-
266266
name: Checkout

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
if: startsWith(github.event.ref, 'refs/tags/v')
163163
needs: build
164164
runs-on: windows-latest
165-
environment: PyPI
165+
environment: Test PyPI
166166
steps:
167167
-
168168
name: Checkout

0 commit comments

Comments
 (0)