Skip to content

Commit 19e7f6b

Browse files
committed
use WIPACrepo/wipac-dev-py-build-action@v1.0
1 parent e439a54 commit 19e7f6b

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ jobs:
1313
with:
1414
fetch-depth: 0
1515

16-
- uses: actions/setup-python@v5
17-
with:
18-
python-version: '3.13' # update, someday
19-
2016
- uses: WIPACrepo/wipac-dev-next-version-action@v1.0
2117
id: next-version
2218
with:
@@ -26,7 +22,7 @@ jobs:
2622
assets/**
2723
.github/**
2824
29-
- uses: WIPACrepo/wipac-dev-py-build-action@main
25+
- uses: WIPACrepo/wipac-dev-py-build-action@v1.0
3026
if: steps.next-version.outputs.version != ''
3127
with:
3228
version: ${{ steps.next-version.outputs.version }}

resources/nested/file.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
hello world
22
hello mars
3+
hello vulcan

0 commit comments

Comments
 (0)