Skip to content

Commit

Permalink
fix dist target
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikschubert committed Feb 1, 2024
1 parent 9c5a550 commit 2b257a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ coveralls: venv
$(VENV_RUN); coveralls

dist: venv
$(VENV_RUN); python setup.py sdist bdist_wheel
$(VENV_RUN); pip install --upgrade build; python -m build

deploy: clean-dist venv test dist
$(VENV_RUN); pip install --upgrade twine; twine upload dist/*
Expand Down
1 change: 1 addition & 0 deletions localstack_snapshot/pytest/snapshot.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
from localstack_snapshot.snapshots.report import render_report


# TODO: move?
def is_aws():
return os.environ.get("TEST_TARGET", "") == "AWS_CLOUD"

Expand Down

0 comments on commit 2b257a1

Please sign in to comment.