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 2c3bfc0 commit 26c2957Copy full SHA for 26c2957
.github/workflows/cicd.yml
@@ -12,6 +12,7 @@ jobs:
12
- uses: actions/checkout@v4
13
with:
14
fetch-depth: 0 # required to see tags and commits
15
+ - uses: actions/setup-python@v5
16
17
- uses: WIPACrepo/wipac-dev-next-version-action@v1.0
18
id: next-version
@@ -57,7 +58,6 @@ jobs:
57
58
-d "$PAYLOAD" \
59
"https://api.github.com/repos/${{ github.repository }}/releases"
60
- - uses: actions/setup-python@v5
61
- name: Upload to PyPI (so simple, no GHA package needed)
62
if: steps.next-version.outputs.version != ''
63
env:
resources/nested/file.txt
@@ -3,3 +3,4 @@ hello mars
3
hello vulcan
4
hello romulus
5
hello tellar
6
+hello andoria
0 commit comments