Skip to content

Commit b6ddc70

Browse files
committed
Remove env name for pypi
1 parent c9c9a76 commit b6ddc70

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish_testpypi.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
pyvers: [3.09] #, 3.10, 3.11, 3.12, 3.13]
1414
name: Build and Test
1515
runs-on: ${{ matrix.os }}
16-
environment:
17-
name: pypi
18-
url: https://pypi.org/p/pozo
16+
# environment:
17+
# name: pypi
18+
# url: https://test.pypi.org/p/choreographer
1919
# IMPORTANT: this permission is mandatory for trusted publishing
2020
permissions:
2121
id-token: write

0 commit comments

Comments
 (0)