Commit 8632951
authored
feat: Add Publish to PyPI Steps to UDP Exporter Release Workflow (#339)
**Description of changes:**
Setting up PyPI publishing steps in our UDP Exporter release workflow.
The changes are largely the same our [workflow
steps](https://github.com/aws-observability/aws-otel-python-instrumentation/blob/main/.github/workflows/release_build.yml#L82)
used to publish our ADOT package to PyPI.
**Test Plan:**
Test workflow run via feature branch:
- [Successful workflow
run](https://github.com/aws-observability/aws-otel-python-instrumentation/actions/runs/13799176618/job/38597855879)
- [Artifact successfully published to Test
PyPI](https://test.pypi.org/project/aws-otel-otlp-udp-exporter/0.0.1/)
By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice.1 parent 79049d8 commit 8632951
1 file changed
+41
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
10 | 17 | | |
11 | 18 | | |
12 | 19 | | |
| |||
74 | 81 | | |
75 | 82 | | |
76 | 83 | | |
77 | | - | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
0 commit comments