File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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 :
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
You can’t perform that action at this time.
0 commit comments