Skip to content

Commit

Permalink
Merge #10952
Browse files Browse the repository at this point in the history
10952: Fix python version in build-sdks r=Frassle a=Frassle



Co-authored-by: Fraser Waters <fraser@pulumi.com>
  • Loading branch information
2 people authored and iwahbe committed Oct 10, 2022
2 parents 18dcd90 + c264173 commit 3d200d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build-sdks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
# TODO unify with sdk/python/Makefile once that does not use pipenv
cp README.md sdk/python/lib
cd sdk/python/lib
sed -i.bak "s/\${VERSION}/$PYPI_VERSION/g" setup.py
sed -i.bak "s/^VERSION = .*/VERSION = \"$PYPI_VERSION\"/g" setup.py
rm setup.py.bak
python3 -m venv venv
source venv/bin/activate
Expand Down

0 comments on commit 3d200d7

Please sign in to comment.