File tree 3 files changed +7
-37
lines changed 3 files changed +7
-37
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,12 @@ jobs:
12
12
- name : Setup Python 3.13
13
13
uses : actions/setup-python@v5
14
14
with :
15
- python-version : " 3.12 "
15
+ python-version : " 3.13 "
16
16
- name : Install uv
17
17
uses : astral-sh/setup-uv@v3
18
18
- name : Build & Publish
19
19
run : |
20
20
uv build
21
- uv publish -u $PYPI_USERNAME -p $PYPI_PASSWORD
21
+ uv publish
22
22
env :
23
- PYPI_USERNAME : ${{ secrets.PYPI_USERNAME }}
24
- PYPI_PASSWORD : ${{ secrets.PYPI_PASSWORD }}
23
+ PYPI_TOKEN : ${{ secrets.PYPI_TOKEN }}
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " d3ploy"
3
- version = " 4.4.0 "
3
+ version = " 4.4.1 "
4
4
description = " Easily deploy to S3 with multiple environment support."
5
5
authors = [
6
6
{
name =
" dryan" ,
email =
" [email protected] " },
@@ -30,6 +30,9 @@ homepage = "https://github.com/dryan/d3ploy"
30
30
repository = " https://github.com/dryan/d3ploy"
31
31
documentation = " https://github.com/dryan/d3ploy#readme"
32
32
33
+ [project .scripts ]
34
+ d3ploy = " d3ploy.cli"
35
+
33
36
[tool .ruff .lint .isort ]
34
37
force-single-line = true
35
38
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments