Skip to content

Commit 147794e

Browse files
committed
Release 0.0.50
1 parent 4eb3355 commit 147794e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: poetry install
3939
- name: Publish to pypi
4040
run: |
41-
poetry config repositories.remote
41+
poetry config repositories.remote https://upload.pypi.org/legacy/
4242
poetry --no-interaction -v publish --build --repository remote --username "$PYPI_USERNAME" --password "$PYPI_PASSWORD"
4343
env:
4444
PYPI_USERNAME: ${{ secrets.PYPI_USERNAME }}

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
[tool.poetry]
33
name = "ravendev"
4-
version = "0.0.49"
4+
version = "0.0.50"
55
description = ""
66
authors = []
77
packages = [
@@ -11,9 +11,9 @@ packages = [
1111
[tool.poetry.dependencies]
1212
python = "^3.7"
1313
pydantic = "^1.9.2"
14+
types-backports = "0.1.3"
1415
httpx = "0.23.3"
1516
backports-cached_property = "1.0.2"
16-
types-backports = "0.1.3"
1717

1818
[tool.poetry.dev-dependencies]
1919
mypy = "0.971"

0 commit comments

Comments
 (0)