Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: Release PyPI
environment:
name: pypi
url: https://pypi.org/p/openai-agents
url: https://pypi.org/p/openai-chatkit
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand All @@ -31,6 +31,6 @@ jobs:

- name: Build package
run: make build

- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1