Skip to content

Commit

Permalink
Remove Celery specific GPG ident.
Browse files Browse the repository at this point in the history
  • Loading branch information
jezdez committed May 2, 2017
1 parent 0d3c0c9 commit 3a38aab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
PROJ=django_celery_monitor
PGPIDENT="Celery Security Team"
PYTHON=python
PYTEST=py.test
GIT=git
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 3a38aab

Please sign in to comment.