File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 18
18
python-version : ' 3.10'
19
19
# architecture: 'x64'
20
20
21
- - name : Setup pip cache
22
- uses : actions/cache@v3
23
- with :
24
- path : ~/.cache/pip
25
- key : ${{ runner.os }}-pip-3.10-${{ hashFiles('pyproject.toml') }}
26
- restore-keys : |
27
- ${{ runner.os }}-pip-3.10-
28
21
- name : Build extension package
29
22
run : |
30
23
python3 -m pip install hatch
34
27
# if: startsWith(github.ref, 'refs/tags')
35
28
uses : pypa/gh-action-pypi-publish@release/v1
36
29
with :
37
- user : __token__
30
+ # user: __token__
38
31
password : ${{ secrets.PYPI_API_TOKEN }}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
5
5
[project ]
6
6
name = " jupyter-pgadmin-proxy"
7
- version = " 0.0.2 "
7
+ version = " 0.0.3 "
8
8
authors = [
9
9
{
name =
" Matus Kosut" ,
email =
" [email protected] " },
10
10
{
name =
" Diepiriye Okujagu" ,
email =
" [email protected] " },
@@ -30,6 +30,7 @@ classifiers = [
30
30
" Programming Language :: Python :: 3.8" ,
31
31
" Programming Language :: Python :: 3.9" ,
32
32
" Programming Language :: Python :: 3.10" ,
33
+ " Programming Language :: Python :: 3.11" ,
33
34
]
34
35
keywords = [
35
36
" Jupyter Proxy" ,
You can’t perform that action at this time.
0 commit comments