We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
actions/setup-python@v5
1 parent 0f2d669 commit 2c3bfc0Copy full SHA for 2c3bfc0
.github/workflows/cicd.yml
@@ -11,11 +11,7 @@ jobs:
11
steps:
12
- uses: actions/checkout@v4
13
with:
14
- fetch-depth: 0
15
-
16
- - uses: actions/setup-python@v5
17
- with:
18
- python-version: '3.13' # update, someday
+ fetch-depth: 0 # required to see tags and commits
19
20
- uses: WIPACrepo/wipac-dev-next-version-action@v1.0
21
id: next-version
@@ -61,6 +57,7 @@ jobs:
61
57
-d "$PAYLOAD" \
62
58
"https://api.github.com/repos/${{ github.repository }}/releases"
63
59
60
+ - uses: actions/setup-python@v5
64
- name: Upload to PyPI (so simple, no GHA package needed)
65
if: steps.next-version.outputs.version != ''
66
env:
resources/nested/file.txt
@@ -2,3 +2,4 @@ hello world
2
hello mars
3
hello vulcan
4
hello romulus
5
+hello tellar
0 commit comments