File tree Expand file tree Collapse file tree 6 files changed +147
-78
lines changed Expand file tree Collapse file tree 6 files changed +147
-78
lines changed Original file line number Diff line number Diff line change 1+ name : Release
2+ on :
3+ push :
4+ branches : [main]
5+ concurrency :
6+ group : ${{ github.workflow }}-${{ github.ref }}
7+ cancel-in-progress : true
8+ jobs :
9+ build-and-publish-to-pypi :
10+ timeout-minutes : 8
11+ runs-on : ubuntu-20.04
12+ steps :
13+ - name : Check out repository
14+ uses : actions/checkout@v4
15+ - name : Build and publish to pypi
16+ 17+ with :
18+ python_version : " 3.10"
19+ poetry_version : " ==2.0.1"
20+ pypi_token : ${{ secrets.PYPI_API_TOKEN }}
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ readme = "README.md"
99python = " ^3.11"
1010django = " ^5.0.1"
1111hyperdx-opentelemetry = {path = " ../../" , develop = true }
12- opentelemetry-api = " 1.27 .0"
13- opentelemetry-instrumentation = " 0.48b0 "
12+ opentelemetry-api = " 1.30 .0"
13+ opentelemetry-instrumentation = " 0.51b0 "
1414
1515[build-system ]
1616requires = [" poetry-core" ]
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ python = "^3.10"
1010flask = " 2.2.5"
1111Werkzeug = " 2.2.2"
1212hyperdx-opentelemetry = {path = " ../../" , develop = true }
13- opentelemetry-api = " 1.27 .0"
14- opentelemetry-instrumentation-flask = " 0.48b0 "
13+ opentelemetry-api = " 1.30 .0"
14+ opentelemetry-instrumentation-flask = " 0.51b0 "
1515
1616[build-system ]
1717requires = [" poetry-core" ]
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ readme = "README.md"
88[tool .poetry .dependencies ]
99python = " ^3.10"
1010hyperdx-opentelemetry = {path = " ../../" , develop = true }
11- opentelemetry-api = " 1.27 .0"
11+ opentelemetry-api = " 1.30 .0"
1212
1313[build-system ]
1414requires = [" poetry-core" ]
You can’t perform that action at this time.
0 commit comments