Skip to content

Commit

Permalink
fix token.
Browse files Browse the repository at this point in the history
  • Loading branch information
zzhlogin committed Feb 13, 2024
1 parent ec61605 commit 493948c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs:
snapshot-ecr-role: ${{ secrets.AWS_ASSUME_ROLE_ARN }}
push_image: true
load_image: false
python_version: "3.11"
package_name: "aws-opentelemetry-distro"
python_version: 3.11
package_name: aws-opentelemetry-distro
os: ubuntu-latest

- name: Output Wheel File Name
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
push_image: false
load_image: true
python_version: ${{ matrix.python-version }}
package_name: "aws-opentelemetry-distro"
package_name: aws-opentelemetry-distro
os: ubuntu-latest

- name: run spell check tox
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
snapshot-ecr-role: ${{ secrets.AWS_ASSUME_ROLE_ARN }}
push_image: false
load_image: false
python_version: "3.11"
package_name: "aws-opentelemetry-distro"
python_version: 3.11
package_name: aws-opentelemetry-distro
os: ubuntu-latest

- name: Get PyPI secrets by name and ARN
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
"v${{ github.event.inputs.version }}" \
dist/aws_opentelemetry_distro-$pkg_version-py3-none-any.whl
# The step below publishes to testpypi in order to catch any issues
# The step below publishes to testpypi in order to catch any issues
# with the package configuration that would cause a failure to upload to pypi.
- name: Publish to TestPyPI
env:
Expand Down

0 comments on commit 493948c

Please sign in to comment.