Skip to content

Commit

Permalink
chore: TestPyPI for dev branch only; version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ctjlewis committed Feb 12, 2024
1 parent 161d462 commit 8b9b83e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ jobs:
publish-to-testpypi:
name: Publish Python 🐍 distribution 📦 to TestPyPI
if: contains(github.ref, 'refs/heads/dev')
needs:
- build
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "oaib"
version = "1.0.0"
version = "1.0.1"
requires-python = ">=3.9"
description = "A Python library for making rate-limited, async batch requests to the OpenAI API."
authors = [{ name = "CTJ Lewis", email = "[email protected]" }]
Expand Down

0 comments on commit 8b9b83e

Please sign in to comment.