Commit 515d74d5 authored by Antonio Morillas's avatar Antonio Morillas
Browse files

Last changes for version 3.1

parent 0920f2bf
...@@ -42,9 +42,9 @@ jobs: ...@@ -42,9 +42,9 @@ jobs:
python setup.py sdist --format=gztar bdist_wheel python setup.py sdist --format=gztar bdist_wheel
- name: Publish package - name: Publish package
uses: pypa/gh-action-pypi-publish@master uses: pypa/gh-action-pypi-publish@release/v1
with: with:
user: __token__ user: __token__
password: ${{ secrets.PYPI_API_TOKEN }} password: ${{ secrets.PYPI_API_TOKEN }}
repository_url: https://upload.pypi.org/legacy/ repository-url: https://upload.pypi.org/legacy/
...@@ -42,9 +42,9 @@ jobs: ...@@ -42,9 +42,9 @@ jobs:
python setup.py sdist --format=gztar bdist_wheel python setup.py sdist --format=gztar bdist_wheel
- name: Publish package - name: Publish package
uses: pypa/gh-action-pypi-publish@master uses: pypa/gh-action-pypi-publish@release/v1
with: with:
user: __token__ user: __token__
password: ${{ secrets.TEST_PYPI_API_TOKEN }} password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/ repository-url: https://test.pypi.org/legacy/
...@@ -69,11 +69,16 @@ setup( ...@@ -69,11 +69,16 @@ setup(
'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Framework :: Django', 'Framework :: Django',
'Framework :: Django :: 2.2', 'Framework :: Django :: 2.2',
'Framework :: Django :: 3.0', 'Framework :: Django :: 3.0',
'Framework :: Django :: 3.1', 'Framework :: Django :: 3.1',
'Framework :: Django :: 3.2', 'Framework :: Django :: 3.2',
'Framework :: Django :: 4.0',
'Framework :: Django :: 4.1',
'Framework :: Django :: 4.2',
'Topic :: Internet :: WWW/HTTP', 'Topic :: Internet :: WWW/HTTP',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content', 'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
'Topic :: Software Development :: Libraries :: Application Frameworks', 'Topic :: Software Development :: Libraries :: Application Frameworks',
......
...@@ -18,7 +18,7 @@ deps = ...@@ -18,7 +18,7 @@ deps =
django32: Django~=3.2 django32: Django~=3.2
django41: Django~=4.1 django41: Django~=4.1
django42: Django~=4.2 django42: Django~=4.2
django-dev: https://github.com/django/django/tarball/main django-dev: https://github.com/django/django/tarball/stable/4.2.x
commands= commands=
python runtests.py python runtests.py
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment