File tree Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,14 @@ python3 -m pytest
17
17
18
18
## Publishing
19
19
20
- Publish to PyPi:
20
+ 1 . Update the version number in pyproject.toml
21
21
22
- ``` shell
23
- export FLIT_USERNAME=__token__
24
- export FLIT_PASSWORD=< your-pypi-token>
25
- flit publish
26
- ```
22
+ 2 . Push the changes to the main branch
23
+
24
+ 3 . Publish to PyPi:
25
+
26
+ ``` shell
27
+ export FLIT_USERNAME=__token__
28
+ export FLIT_PASSWORD=< your-pypi-token>
29
+ flit publish
30
+ ```
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " openai-messages-token-helper"
3
3
description = " A helper library for estimating tokens used by messages sent through OpenAI Chat Completions API."
4
- version = " 0.1.5 "
4
+ version = " 0.1.6 "
5
5
authors = [{name = " Pamela Fox" }]
6
6
requires-python = " >=3.9"
7
7
readme = " README.md"
You can’t perform that action at this time.
0 commit comments