Skip to content

Commit a4acfb0

Browse files
authored
Update pyproject.toml (#15)
* Update pyproject.toml * update gh actions to allow running gh actions
1 parent d0df32f commit a4acfb0

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ jobs:
1313
build:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1717
with:
1818
persist-credentials: false
19-
- uses: actions/setup-python@v5
19+
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
2020
with:
2121
python-version: 3.12
2222
- name: Install build
2323
run: pip install build
2424
- name: Build wheel and sdist
2525
run: python -m build --sdist --wheel
26-
- uses: actions/upload-artifact@v3
26+
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
2727
with:
2828
path: dist/*

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ requires-python = ">= 3.8"
1111
dependencies = [
1212
"opentelemetry-api>=1.27.0, <2.0.0",
1313
"opentelemetry-sdk>=1.27.0, <2.0.0",
14-
"pyroscope-io==0.8.8"
14+
"pyroscope-io>=0.8.10"
1515
]
1616
license = {file = "LICENSE"}

0 commit comments

Comments
 (0)