File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 99jobs :
1010 publish :
1111 runs-on : ubuntu-latest
12+ environment :
13+ name : pypi
14+ url : https://pypi.org/p/open-text-embeddings
15+ permissions :
16+ id-token : write
1217 steps :
1318 - name : Checkout code
1419 uses : actions/checkout@v4
2934
3035 - name : Publish distribution to PyPI
3136 uses : pypa/gh-action-pypi-publish@release/v1
32- with :
33- password : ${{ secrets.PYPI_API_TOKEN }}
Original file line number Diff line number Diff line change 1- 1.0.2 released.
1+ 1.0.1 released.
22
3- Unable to publish using trust publisher approach, use api token .
3+ Fixed readme and package publishing workflow, no changes to code .
Original file line number Diff line number Diff line change 1111 description = "Open Source Text Embedding Models with OpenAI API-Compatible Endpoint" ,
1212 long_description = long_description ,
1313 long_description_content_type = "text/markdown" ,
14- version = "1.0.0 " ,
14+ version = "1.0.1 " ,
1515 author = "Lim Chee Kin" ,
16161717 license = "MIT" ,
You can’t perform that action at this time.
0 commit comments