Skip to content

Commit

Permalink
Merge pull request #94 from ali-zahedi/fix/githubaction
Browse files Browse the repository at this point in the history
fix!: upgrade pypi publish
  • Loading branch information
ali-zahedi authored Mar 28, 2024
2 parents 51bac45 + a3055a5 commit 0acf203
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/semantic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ jobs:
run: python -m build

- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@v1.4.2
uses: pypa/gh-action-pypi-publish@v1.8.14
with:
password: ${{ secrets.PYPI_API_TOKEN }}
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
requires = ['setuptools>=40.8.0']
build-backend = 'setuptools.build_meta'

[project]
readme = "README.md"

[tool.black]
indent = 4
line-length = 110
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ author = Ali Zahedigol
author_email = [email protected]
description = Iranian Bank Gateways for django
long_description = file: README.md
long_description_content_type = text/markdown
license = BSD License
classifiers =
Environment :: Web Environment
Expand Down

0 comments on commit 0acf203

Please sign in to comment.