Skip to content

Commit 388bc2e

Browse files
committed
Tinker env
1 parent 5ef985d commit 388bc2e

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/merge.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ jobs:
1515
publishing:
1616
name: Build and publish Python 🐍 distributions 📦 to PyPI
1717
runs-on: ubuntu-latest
18-
environment:
19-
name: pypi
18+
environment: pypi
2019
permissions:
2120
id-token: write
2221
# Only trigger on merges, not just closes
@@ -32,7 +31,7 @@ jobs:
3231
- name: Prepare poetry
3332
run: |
3433
pip install uv
35-
uv venv --system --seed venv
34+
uv venv --seed venv
3635
. venv/bin/activate
3736
uv pip install poetry
3837
- name: Dependencies and build

.github/workflows/verify.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ jobs:
2727
test-publishing:
2828
name: Build and publish Python 🐍 distributions 📦 to TestPyPI
2929
runs-on: ubuntu-latest
30-
environment:
31-
name: testpypi
30+
environment: testpypi
3231
permissions:
3332
id-token: write
3433
steps:
@@ -37,7 +36,7 @@ jobs:
3736
- name: Prepare poetry
3837
run: |
3938
pip install uv
40-
uv venv --system --seed venv
39+
uv venv --seed venv
4140
. venv/bin/activate
4241
uv pip install poetry
4342
- name: Dependencies and build

0 commit comments

Comments
 (0)