Skip to content

Commit 16ea487

Browse files
authored
Merge pull request #147 from rstudio/mbh-latest-max-age
Ensure latest wheel is not cached
2 parents 8977100 + 03bb8f0 commit 16ea487

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,5 +147,6 @@ sync-to-s3:
147147
.PHONY: sync-latest-to-s3
148148
sync-latest-to-s3:
149149
aws s3 cp --acl bucket-owner-full-control \
150+
--cache-control max-age=0 \
150151
$(BDIST_WHEEL) \
151152
$(S3_PREFIX)/latest/rsconnect_python-latest-py2.py3-none-any.whl

0 commit comments

Comments
 (0)