Skip to content

Commit

Permalink
removed execute bit on files
Browse files Browse the repository at this point in the history
  • Loading branch information
DelboyJay committed Dec 10, 2024
1 parent 1f39c41 commit fc7944e
Show file tree
Hide file tree
Showing 4 changed files 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 @@ -34,7 +34,7 @@ bundle: coverage

.PHONY: release-test
release-test:
poetry run twine upload --repository-url https://test.pypi.org/legacy/ dist/django_idempotency_key-1.3.0.tar.gz
poetry run twine upload --repository-url https://test.pypi.org/legacy/dist/django_idempotency_key-1.3.0.tar.gz

.PHONY: release
release: coverage
Expand Down
Empty file modified idempotency_key/decorators.py
100755 → 100644
Empty file.
Empty file modified tests/views.py
100755 → 100644
Empty file.
Empty file modified tests/viewsets.py
100755 → 100644
Empty file.

0 comments on commit fc7944e

Please sign in to comment.