Skip to content

Commit

Permalink
ci: updated github pypi action
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreSenpai committed Jan 11, 2025
1 parent 7e1f340 commit a7aa02d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/dev-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,10 @@ jobs:
hatch build
- name: Publish a Python distribution to PyPI
uses: pypa/gh-action-pypi-publish@v1.8.14
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/
user: __token__
password: ${{ secrets.DEV_PYPI_API_TOKEN }}
packages_dir: dist/
packages-dir: dist/
verify-metadata: false
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[project]
name = "enma"
version = "2.4.4"
description = "Enma is a Python library designed to fetch manga and doujinshi data from many sources."
readme = { file = "README.md", content-type = "text/markdown" }
requires-python = ">=3.9.0"
Expand All @@ -12,6 +11,7 @@ classifiers = [
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent"
]
dynamic = ["version"]

[project.urls]
"Github" = "https://github.com/AlexandreSenpai/Enma"
Expand Down

0 comments on commit a7aa02d

Please sign in to comment.