Skip to content

Python and Java Workflow fixes

Compare
Choose a tag to compare
@sriram-mv sriram-mv released this 17 Oct 21:32
· 201 commits to master since this release
fc4f20c

This release contains a fix for python workflow which is used by sam build when the pip version used by the workflow is 19.3 or greater.

Changelog

  • Ignore .git files #120
  • fix: Add missing comma in python pip workflow (#128)
  • chore: bump version to 0.5.0 (#133)
  • fix: change the pip runner string based on a pip version check (#132)
  • fix: adopt same methodology as chalice for determining pip import string (#132)