mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-08-02 19:47:17 +08:00
publish to pypi (#2980)
This commit is contained in:
4
.github/workflows/package-release.yml
vendored
4
.github/workflows/package-release.yml
vendored
@ -102,9 +102,9 @@ jobs:
|
||||
- name: Publish to PyPI
|
||||
env:
|
||||
TWINE_USERNAME: '__token__'
|
||||
TWINE_PASSWORD: ${{ secrets.test_pypi_token }}
|
||||
TWINE_PASSWORD: ${{ secrets.pypi_password }}
|
||||
run: |
|
||||
twine upload --repository testpypi --skip-existing --verbose dist/*
|
||||
twine upload --skip-existing --verbose dist/*
|
||||
|
||||
- name: Generate release notes
|
||||
env:
|
||||
|
Reference in New Issue
Block a user