Skip to content
This repository was archived by the owner on Jun 16, 2023. It is now read-only.

Commit bcf32a2

Browse files
committed
updated poetry and deploy workflow
1 parent 7339a9f commit bcf32a2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
python -m pip install --upgrade pip
2424
pip install poetry
2525
poetry config virtualenvs.create false
26-
poetry install --extras dev
2726
- name: Build
2827
run: |
2928
poetry build -f wheel

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,14 @@ authors = ["Jesús Enrique <[email protected]>"]
66
license = "MIT"
77
readme = "Readme.md"
88

9+
packages = [
10+
{ include = "PyWars" },
11+
]
12+
913
[tool.poetry.dependencies]
1014
python = "^3.6"
1115
faust = { version = "1.10.4" }
1216

13-
1417
# Development dependencies
1518

1619
illiterate = { version = "^0.4", python = ">=3.6,<4.0", optional = true}

0 commit comments

Comments
 (0)