Skip to content

Commit a058fee

Browse files
committed
chore: checkout corresponding branch instead of commit
1 parent 97ae348 commit a058fee

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

codebuild/release/prod-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 0.2
22

33
env:
44
variables:
5-
BRANCH: "master"
5+
BRANCH: "mainline-1.x"
66
secrets-manager:
77
TWINE_USERNAME: PyPiAdmin:username
88
TWINE_PASSWORD: PyPiAdmin:password

codebuild/release/test-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 0.2
22

33
env:
44
variables:
5-
BRANCH: "master"
5+
BRANCH: "mainline-1.x"
66
secrets-manager:
77
TWINE_USERNAME: TestPyPiCryptoTools:username
88
TWINE_PASSWORD: TestPyPiCryptoTools:password

test/functional/test_f_aws_encryption_sdk_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
import io
1717
import logging
18+
from distutils.version import StrictVersion
1819

1920
import attr
2021
import botocore.client
@@ -23,7 +24,6 @@
2324
from cryptography.hazmat.backends import default_backend
2425
from cryptography.hazmat.primitives import hashes, serialization
2526
from cryptography.hazmat.primitives.asymmetric import padding
26-
from distutils.version import StrictVersion
2727
from mock import MagicMock
2828
from wrapt import ObjectProxy
2929

0 commit comments

Comments
 (0)