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 3838 run : poetry install
3939 - name : Publish to pypi
4040 run : |
41- poetry config repositories.remote https://upload.pypi.org/legacy/
41+ poetry config repositories.remote
4242 poetry --no-interaction -v publish --build --repository remote --username "$PYPI_USERNAME" --password "$PYPI_PASSWORD"
4343 env :
4444 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 11
22[tool .poetry ]
33name = " ravendev"
4- version = " 0.0.46 "
4+ version = " 0.0.48 "
55description = " "
66authors = []
77packages = [
@@ -10,10 +10,10 @@ packages = [
1010
1111[tool .poetry .dependencies ]
1212python = " ^3.7"
13+ pydantic = " ^1.9.2"
1314types-backports = " 0.1.3"
14- backports-cached_property = " 1.0.2"
1515httpx = " 0.23.3"
16- pydantic = " ^1.9 .2"
16+ backports-cached_property = " 1.0 .2"
1717
1818[tool .poetry .dev-dependencies ]
1919mypy = " 0.971"
You can’t perform that action at this time.
0 commit comments