Skip to content

Commit

Permalink
Do not sign uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
cdent committed Oct 2, 2023
1 parent fa0fc40 commit 6e7d667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ release: clean test cleanagain tagv pypi

pypi:
python3 setup.py sdist bdist_wheel
twine upload -s dist/*
twine upload dist/*

docker:
docker build --build-arg GABBI_VERSION=${gabbi-version} -t gabbi:${gabbi-version} .

0 comments on commit 6e7d667

Please sign in to comment.