File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 5757        python -c "from urllib.request import urlretrieve; urlretrieve('${{ env.BUILDER_HOST }}/${{ env.BUILDER_SOURCE }}/${{ env.BUILDER_VERSION }}/builder.pyz?run=${{ env.RUN }}', 'builder.pyz')" 
5858        python builder.pyz build -p ${{ env.PACKAGE_NAME }} 
5959name : configure AWS credentials (MQTT5) 
60-       uses : aws-actions/configure-aws-credentials@v2  
60+       uses : aws-actions/configure-aws-credentials@v4  
6161      with :
6262        role-to-assume : ${{ env.CI_MQTT5_ROLE }} 
6363        aws-region : ${{ env.AWS_DEFAULT_REGION }} 
@@ -130,7 +130,7 @@ jobs:
130130        chmod a+x builder 
131131        ./builder build -p ${{ env.PACKAGE_NAME }} 
132132name : configure AWS credentials (MQTT5) 
133-       uses : aws-actions/configure-aws-credentials@v2  
133+       uses : aws-actions/configure-aws-credentials@v4  
134134      with :
135135        role-to-assume : ${{ env.CI_MQTT5_ROLE }} 
136136        aws-region : ${{ env.AWS_DEFAULT_REGION }} 
@@ -202,7 +202,7 @@ jobs:
202202        chmod a+x builder 
203203        ./builder build -p ${{ env.PACKAGE_NAME }} 
204204name : configure AWS credentials (MQTT5) 
205-       uses : aws-actions/configure-aws-credentials@v2  
205+       uses : aws-actions/configure-aws-credentials@v4  
206206      with :
207207        role-to-assume : ${{ env.CI_MQTT5_ROLE }} 
208208        aws-region : ${{ env.AWS_DEFAULT_REGION }} 
Original file line number Diff line number Diff line change 6868        force : true 
6969
7070    - name : configure AWS credentials (Release) 
71-       uses : aws-actions/configure-aws-credentials@v2  
71+       uses : aws-actions/configure-aws-credentials@v4  
7272      with :
7373        role-to-assume : arn:aws:iam::180635532705:role/CI_V2_RELEASE_S3_ROLE 
7474        aws-region : us-east-1 
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ phases:
1111      - sudo apt-get install python3 python3-pip -y 
1212      - export PATH=$PATH:$HOME/.local/bin 
1313      - python3 -m pip install --user --upgrade pip 
14-       - python3 -m pip install --user --upgrade twine setuptools wheel  awscli PyOpenSSL six  
14+       - python3 -m pip install --user --upgrade twine awscli build setuptools  
1515      - echo "\nBuild version data:" 
1616      - echo "\nPython Version:"; python3 --version 
1717  pre_build :
@@ -24,7 +24,7 @@ phases:
2424  build :
2525    commands :
2626      - echo Build started on `date` 
27-       - python3 setup.py sdist bdist_wheel  
27+       - python3 -m build  
2828      - python3 -m twine upload -r pypi dist/* 
2929  post_build :
3030    commands :
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ phases:
1111      - sudo apt-get install python3 python3-pip -y 
1212      - export PATH=$PATH:$HOME/.local/bin 
1313      - python3 -m pip install --user --upgrade pip 
14-       - python3 -m pip install --user --upgrade twine setuptools wheel  awscli PyOpenSSL six  
14+       - python3 -m pip install --user --upgrade twine awscli build setuptools  
1515      - echo "\nBuild version data:" 
1616      - echo "\nPython Version:"; python3 --version 
1717  pre_build :
@@ -24,7 +24,7 @@ phases:
2424  build :
2525    commands :
2626      - echo Build started on `date` 
27-       - python3 setup.py sdist bdist_wheel  
27+       - python3 -m build  
2828      - python3 -m twine upload -r testpypi dist/* 
2929  post_build :
3030    commands :
Original file line number Diff line number Diff line change @@ -42,5 +42,5 @@ def _load_version():
4242    install_requires = [
4343        'awscrt==0.27.4' ,
4444    ],
45-     python_requires = '>=3.7 ' ,
45+     python_requires = '>=3.8 ' ,
4646)
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments