Skip to content

Commit 2c3bfc0

Browse files
committed
actions/setup-python@v5 right before pypi
1 parent 0f2d669 commit 2c3bfc0

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/cicd.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v4
1313
with:
14-
fetch-depth: 0
15-
16-
- uses: actions/setup-python@v5
17-
with:
18-
python-version: '3.13' # update, someday
14+
fetch-depth: 0 # required to see tags and commits
1915

2016
- uses: WIPACrepo/wipac-dev-next-version-action@v1.0
2117
id: next-version
@@ -61,6 +57,7 @@ jobs:
6157
-d "$PAYLOAD" \
6258
"https://api.github.com/repos/${{ github.repository }}/releases"
6359
60+
- uses: actions/setup-python@v5
6461
- name: Upload to PyPI (so simple, no GHA package needed)
6562
if: steps.next-version.outputs.version != ''
6663
env:

resources/nested/file.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ hello world
22
hello mars
33
hello vulcan
44
hello romulus
5+
hello tellar

0 commit comments

Comments
 (0)