Skip to content

Commit ea4baf6

Browse files
committed
Test publish
1 parent f44f5bc commit ea4baf6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,9 @@ jobs:
149149
upload_pypi:
150150
needs: [build_wheels, build_sdist]
151151
runs-on: ubuntu-latest
152-
environment: pypi
152+
environment:
153+
name: testpypi
154+
url: https://test.pypi.org/p/stochastic-arrow
153155
permissions:
154156
id-token: write
155157
if: github.event_name == 'release' && github.event.action == 'published'

0 commit comments

Comments
 (0)