Skip to content

Commit

Permalink
Added manifest.in
Browse files Browse the repository at this point in the history
  • Loading branch information
tankalxat34 committed Jun 25, 2024
1 parent b8ded78 commit 7652a0f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Debug package
run: |
ls -R
cat pyproject.toml
poetry build
ls -R dist
- name: Set up Python
uses: actions/setup-python@v3
with:
Expand All @@ -32,7 +26,7 @@ jobs:
- name: Build package
run: poetry build
- name: Publish package
uses: pypa/gh-action-pypi-publish@v1.4.2
uses: pypa/gh-action-pypi-publish@v1.9.0
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
include README.md
include LICENSE
recursive-include WgLestaAPI *.py
4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,3 @@ python = "^3.6"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.poetry.include]
"WgLestaAPI/**/*.py"
"README.md"

0 comments on commit 7652a0f

Please sign in to comment.