mirror of
https://github.com/jazzband/django-celery-monitor.git
synced 2026-03-16 22:00:24 +00:00
Remove Celery specific GPG ident.
This commit is contained in:
parent
0d3c0c91fd
commit
3a38aab2b0
1 changed files with 1 additions and 2 deletions
3
Makefile
3
Makefile
|
|
@ -1,5 +1,4 @@
|
|||
PROJ=django_celery_monitor
|
||||
PGPIDENT="Celery Security Team"
|
||||
PYTHON=python
|
||||
PYTEST=py.test
|
||||
GIT=git
|
||||
|
|
@ -55,7 +54,7 @@ bump-major:
|
|||
bumpversion major
|
||||
|
||||
release:
|
||||
python setup.py register sdist bdist_wheel upload --sign --identity="$(PGPIDENT)"
|
||||
python setup.py register sdist bdist_wheel upload --sign
|
||||
|
||||
Documentation:
|
||||
(cd "$(SPHINX_DIR)"; $(MAKE) html)
|
||||
|
|
|
|||
Loading…
Reference in a new issue