Skip to content

Commit b59aff4

Browse files
author
SynTaek
committed
feat: add GitHub environment configuration to publishing workflow
1 parent 50140f7 commit b59aff4

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ jobs:
6565
- build
6666
runs-on: ubuntu-latest
6767

68+
environment:
69+
name: testpypi
70+
url: https://test.pypi.org/p/code-trajectory-mcp
71+
6872

6973
steps:
7074
- name: Download all the dists
@@ -89,6 +93,10 @@ jobs:
8993
- build
9094
runs-on: ubuntu-latest
9195

96+
environment:
97+
name: pypi
98+
url: https://pypi.org/p/code-trajectory-mcp
99+
92100

93101
steps:
94102
- name: Download all the dists

0 commit comments

Comments
 (0)