Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
django-autocomplete-multi-models
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Package Registry
Model registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hub
django-autocomplete-multi-models
Commits
d9eb96c3
Commit
d9eb96c3
authored
1 year ago
by
Bryan BRANCOTTE
Browse files
Options
Downloads
Patches
Plain Diff
publish package
parent
ab46003c
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+9
-0
9 additions, 0 deletions
.gitlab-ci.yml
setup.cfg
+1
-2
1 addition, 2 deletions
setup.cfg
with
10 additions
and
2 deletions
.gitlab-ci.yml
+
9
−
0
View file @
d9eb96c3
...
...
@@ -31,3 +31,12 @@ test:
paths
:
-
htmlcov
expire_in
:
1 week
upload
:
stage
:
deploy
needs
:
[
'
test'
,
]
image
:
python:latest
script
:
-
pip install "setuptools>=62.6" twine
-
python setup.py sdist
-
TWINE_PASSWORD=${CI_JOB_TOKEN} TWINE_USERNAME=gitlab-ci-token python -m twine upload --verbose --repository-url ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/pypi dist/*
This diff is collapsed.
Click to expand it.
setup.cfg
+
1
−
2
View file @
d9eb96c3
...
...
@@ -25,5 +25,4 @@ classifiers =
include_package_data
=
true
packages
=
find:
python_requires
=
>=3.6
install_requires
=
Django
>=
3.2
#
Replace
"X.Y"
as
appropriate
\ No newline at end of file
install_requires
=
file: requirements.txt
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment