Commit 12ba54f 1 parent 23e6c18 commit 12ba54f Copy full SHA for 12ba54f
File tree 2 files changed +4
-6
lines changed
2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -12,17 +12,15 @@ runs:
12
12
using : " composite"
13
13
steps :
14
14
- name : Download packages built by build-and-inspect-python-package
15
- uses : actions/download-artifact@v3
15
+ uses : actions/download-artifact@v4
16
16
with :
17
17
name : Packages
18
18
path : dist
19
- if-no-files-found : warn
20
19
21
20
- name : Download release notes
22
- uses : actions/download-artifact@v3
21
+ uses : actions/download-artifact@v4
23
22
with :
24
23
name : release-notes
25
- if-no-files-found : warn
26
24
27
25
- name : Create a GitHub release
28
26
uses : softprops/action-gh-release@v1
Original file line number Diff line number Diff line change 5
5
branches : [master]
6
6
7
7
jobs :
8
- version-hint :
8
+ version :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- uses : actions/checkout@v4
49
49
;;
50
50
dev)
51
51
echo "Temporary dev release for testing"
52
- bump-my-version bump --allow-dirty --verbose "$RELEASE_KIND"
52
+ bump-my-version bump --allow-dirty --verbose --no-commit "$RELEASE_KIND"
53
53
echo "TAG_NAME=$(bump-my-version show current_version)" >> $GITHUB_ENV
54
54
echo "PACKAGE=true" >> $GITHUB_ENV
55
55
# echo "Intentionally not bumping version for dev release"
You can’t perform that action at this time.
0 commit comments