Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Websites UFRPE
Django Private Storage
Commits
3a784039
Unverified
Commit
3a784039
authored
May 16, 2023
by
Antonio Morillas
Committed by
GitHub
May 16, 2023
Browse files
Merge pull request #90 from amorilla/version3.1
Last changes for version 3.1
parents
7e02c9e9
515d74d5
Changes
4
Hide whitespace changes
Inline
Side-by-side
.github/workflows/python-publish.yml
View file @
3a784039
...
...
@@ -42,9 +42,9 @@ jobs:
python setup.py sdist --format=gztar bdist_wheel
-
name
:
Publish package
uses
:
pypa/gh-action-pypi-publish@
master
uses
:
pypa/gh-action-pypi-publish@
release/v1
with
:
user
:
__token__
password
:
${{ secrets.PYPI_API_TOKEN }}
repository
_
url
:
https://upload.pypi.org/legacy/
repository
-
url
:
https://upload.pypi.org/legacy/
.github/workflows/test-python-publish.yml
View file @
3a784039
...
...
@@ -42,9 +42,9 @@ jobs:
python setup.py sdist --format=gztar bdist_wheel
-
name
:
Publish package
uses
:
pypa/gh-action-pypi-publish@
master
uses
:
pypa/gh-action-pypi-publish@
release/v1
with
:
user
:
__token__
password
:
${{ secrets.TEST_PYPI_API_TOKEN }}
repository
_
url
:
https://test.pypi.org/legacy/
repository
-
url
:
https://test.pypi.org/legacy/
setup.py
View file @
3a784039
...
...
@@ -69,11 +69,16 @@ setup(
'Programming Language :: Python :: 3.6'
,
'Programming Language :: Python :: 3.7'
,
'Programming Language :: Python :: 3.8'
,
'Programming Language :: Python :: 3.9'
,
'Programming Language :: Python :: 3.10'
,
'Framework :: Django'
,
'Framework :: Django :: 2.2'
,
'Framework :: Django :: 3.0'
,
'Framework :: Django :: 3.1'
,
'Framework :: Django :: 3.2'
,
'Framework :: Django :: 4.0'
,
'Framework :: Django :: 4.1'
,
'Framework :: Django :: 4.2'
,
'Topic :: Internet :: WWW/HTTP'
,
'Topic :: Internet :: WWW/HTTP :: Dynamic Content'
,
'Topic :: Software Development :: Libraries :: Application Frameworks'
,
...
...
tox.ini
View file @
3a784039
...
...
@@ -18,7 +18,7 @@ deps =
django32:
Django~=3.2
django41:
Django~=4.1
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
=
python
runtests.py
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment