Skip to content

Commit 378fc05

Browse files
authored
Merge pull request #15 from openai/jiwon/fix-workflows-url
workflows release url: agents -> chatkit
2 parents 590b7b1 + ba7ff34 commit 378fc05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: Release PyPI
1616
environment:
1717
name: pypi
18-
url: https://pypi.org/p/openai-agents
18+
url: https://pypi.org/p/openai-chatkit
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout repository
@@ -31,6 +31,6 @@ jobs:
3131

3232
- name: Build package
3333
run: make build
34-
34+
3535
- name: Publish to PyPI
3636
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)