File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 38
38
run : poetry install
39
39
- name : Publish to pypi
40
40
run : |
41
- poetry config repositories.remote https://upload.pypi.org/legacy/
41
+ poetry config repositories.remote
42
42
poetry --no-interaction -v publish --build --repository remote --username "$PYPI_USERNAME" --password "$PYPI_PASSWORD"
43
43
env :
44
44
PYPI_USERNAME : ${{ secrets.PYPI_USERNAME }}
45
- PYPI_PASSWORD : ${{ secrets.PYPI_PASSWORD }}
45
+ PYPI_PASSWORD : ${{ secrets.PYPI_PASSWORD }}
Original file line number Diff line number Diff line change 1
1
2
2
[tool .poetry ]
3
3
name = " ravendev"
4
- version = " 0.0.46 "
4
+ version = " 0.0.48 "
5
5
description = " "
6
6
authors = []
7
7
packages = [
@@ -10,10 +10,10 @@ packages = [
10
10
11
11
[tool .poetry .dependencies ]
12
12
python = " ^3.7"
13
+ pydantic = " ^1.9.2"
13
14
types-backports = " 0.1.3"
14
- backports-cached_property = " 1.0.2"
15
15
httpx = " 0.23.3"
16
- pydantic = " ^1.9 .2"
16
+ backports-cached_property = " 1.0 .2"
17
17
18
18
[tool .poetry .dev-dependencies ]
19
19
mypy = " 0.971"
You can’t perform that action at this time.
0 commit comments