Skip to content

Commit 26c2957

Browse files
committed
move actions/setup-python@v5 to top
1 parent 2c3bfc0 commit 26c2957

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
- uses: actions/checkout@v4
1313
with:
1414
fetch-depth: 0 # required to see tags and commits
15+
- uses: actions/setup-python@v5
1516

1617
- uses: WIPACrepo/wipac-dev-next-version-action@v1.0
1718
id: next-version
@@ -57,7 +58,6 @@ jobs:
5758
-d "$PAYLOAD" \
5859
"https://api.github.com/repos/${{ github.repository }}/releases"
5960
60-
- uses: actions/setup-python@v5
6161
- name: Upload to PyPI (so simple, no GHA package needed)
6262
if: steps.next-version.outputs.version != ''
6363
env:

resources/nested/file.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ hello mars
33
hello vulcan
44
hello romulus
55
hello tellar
6+
hello andoria

0 commit comments

Comments
 (0)