Skip to content

Commit

Permalink
Merge pull request #93 from ali-zahedi/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
ali-zahedi authored Mar 28, 2024
2 parents f9be424 + 51bac45 commit 367f370
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 30 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/semantic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,8 @@ jobs:
NEW_TAG=$(git describe --tags `git rev-list --tags --max-count=1`)
echo "NEW_TAG=$NEW_TAG" >> $GITHUB_ENV
- name: Set version output
id: set_output
run: echo "::set-output name=version::$NEW_TAG"


- name: Update package version
run: sed -i "s/__version__ = \"1.0.0\"/__version__ = \"${{ steps.semantic.outputs.NEW_TAG }}\"/g" azbankgateways/__init__.py
run: sed -i "s/__version__ = \"1.0.0\"/__version__ = \"$NEW_TAG\"/g" azbankgateways/__init__.py
- name: Build package
uses: actions/setup-python@v4
with:
Expand Down
8 changes: 0 additions & 8 deletions .releaserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,7 @@
"main",
{
"name": "develop",
"prerelease": "beta"
},
{
"name": "alpha",
"prerelease": "alpha"
},
{
"name": "rc",
"prerelease": "rc"
}
]
}
13 changes: 0 additions & 13 deletions .releaserc.yml

This file was deleted.

5 changes: 3 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ url = https://github.com/ali-zahedi/az-iranian-bank-gateways
author = Ali Zahedigol
author_email = [email protected]
description = Iranian Bank Gateways for django
long_description = file: README.rst
long_description = file: README.md
license = BSD License
classifiers =
Environment :: Web Environment
Expand All @@ -29,10 +29,11 @@ include_package_data = true
zip_safe = false
install_requires =
six
Django >= 2.2
Django >= 3.2, < 6
pycryptodome >= 3.9.7
zeep


[options.extras_require]
dev =
flake8
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py311,lint
envlist = py38, py39, py310, py311, lint

[flake8]
max-line-length = 110
Expand Down

0 comments on commit 367f370

Please sign in to comment.