Skip to content

Commit

Permalink
feat: fixed version in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
limcheekin committed Sep 27, 2023
1 parent b97d70f commit 87680ac
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ on:
jobs:
publish:
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/open-text-embeddings
permissions:
id-token: write
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -29,5 +34,3 @@ jobs:
- name: Publish distribution to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}
4 changes: 2 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
1.0.2 released.
1.0.1 released.

Unable to publish using trust publisher approach, use api token.
Fixed readme and package publishing workflow, no changes to code.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
description="Open Source Text Embedding Models with OpenAI API-Compatible Endpoint",
long_description=long_description,
long_description_content_type="text/markdown",
version="1.0.0",
version="1.0.1",
author="Lim Chee Kin",
author_email="[email protected]",
license="MIT",
Expand Down

0 comments on commit 87680ac

Please sign in to comment.