File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -25,12 +25,14 @@ jobs:
25
25
python-version : ' 3.x'
26
26
- name : Install dependencies
27
27
run : |
28
+ VERSION=${{ github.event.release.tag_name }}
29
+ sed -ie "s/version = .*/version = $VERSION/" setup.cfg
28
30
python -m pip install --upgrade pip
29
31
pip install build
30
32
- name : Build package
31
33
run : python -m build
32
34
- name : Publish package
33
- uses : pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
35
+ uses :
pypa/gh-action-pypi-[email protected]
34
36
with :
35
37
user : __token__
36
38
password : ${{ secrets.PYPI_API_TOKEN }}
Original file line number Diff line number Diff line change 1
1
[metadata]
2
- name = django-iris
3
- version = 0.1.0
2
+ name = django_iris
3
+ version = 0.1.6
4
4
url = https://github.com/caretdev/django-iris
5
5
maintainer = CaretDev
6
6
maintainer_email =
[email protected]
@@ -16,11 +16,12 @@ classifiers =
16
16
Operating System :: OS Independent
17
17
Programming Language :: Python
18
18
Programming Language :: Python :: 3
19
+ Programming Language :: Python :: 3.8
19
20
Programming Language :: Python :: 3.9
20
21
Programming Language :: Python :: 3.10
21
22
project_urls =
22
23
Source = https://github.com/caretdev/django-iris
23
24
Tracker = https://github.com/caretdev/django-iris/issues
24
25
25
26
[options]
26
- python_requires = >=3.9
27
+ python_requires = >=3.8
You can’t perform that action at this time.
0 commit comments