Skip to content

Commit cfd5604

Browse files
committed
fix: Use 'pypi' environment instead of 'pypi-base' for existing package
1 parent e856279 commit cfd5604

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-python-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
name: Publish to PyPI (Test)
146146
needs: [validate-version, build-dummy-wheels]
147147
runs-on: ubuntu-latest
148-
environment: pypi-base
148+
environment: pypi
149149
permissions:
150150
id-token: write
151151
steps:

0 commit comments

Comments
 (0)