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.
WIPACrepo/wipac-dev-py-build-action@v1.0
1 parent e439a54 commit 19e7f6bCopy full SHA for 19e7f6b
.github/workflows/cicd.yml
@@ -13,10 +13,6 @@ jobs:
13
with:
14
fetch-depth: 0
15
16
- - uses: actions/setup-python@v5
17
- with:
18
- python-version: '3.13' # update, someday
19
-
20
- uses: WIPACrepo/wipac-dev-next-version-action@v1.0
21
id: next-version
22
@@ -26,7 +22,7 @@ jobs:
26
assets/**
27
23
.github/**
28
24
29
- - uses: WIPACrepo/wipac-dev-py-build-action@main
25
+ - uses: WIPACrepo/wipac-dev-py-build-action@v1.0
30
if: steps.next-version.outputs.version != ''
31
32
version: ${{ steps.next-version.outputs.version }}
resources/nested/file.txt
@@ -1,2 +1,3 @@
1
hello world
2
hello mars
3
+hello vulcan
0 commit comments