File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 20
20
uses : astral-sh/setup-uv@v2
21
21
with :
22
22
enable-cache : true
23
- version : " 0.5.26 "
23
+ version : " 0.6.0 "
24
24
25
25
- name : Install dependencies
26
26
run : |
36
36
37
37
- name : Build and publish
38
38
env :
39
- TWINE_USERNAME : ${{ secrets.PYPI_USERNAME }}
40
- TWINE_PASSWORD : ${{ secrets.PYPI_PASSWORD }}
41
- TWINE_NON_INTERACTIVE : " 1"
39
+ UV_PUBLISH_USERNAME : ${{ secrets.PYPI_USERNAME }}
40
+ UV_PUBLISH_PASSWORD : ${{ secrets.PYPI_PASSWORD }}
42
41
run : |
43
42
uv build
44
- uvx twine upload dist/*
43
+ uv publish dist/*
Original file line number Diff line number Diff line change 30
30
uses : astral-sh/setup-uv@v2
31
31
with :
32
32
enable-cache : true
33
- version : " 0.5.26 "
33
+ version : " 0.6.0 "
34
34
35
35
- name : Run tests for ${{ matrix.python-version }}
36
36
run : |
Original file line number Diff line number Diff line change 27
27
"read_wos" ,
28
28
]
29
29
30
- __version__ = "0.5 .0"
30
+ __version__ = "0.6 .0"
31
31
32
32
33
33
def query_openalex (
You can’t perform that action at this time.
0 commit comments