File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -99,12 +99,12 @@ jobs:
9999 GITHUB_TOKEN : ${{ github.token }}
100100 # Verify signature files exist
101101 run : |
102- ls dist/*.sigstore;
103- if ! ls dist/*.sigstore >/dev/null 2>&1; then
102+ if ! [ -e dist/*.sigstore ]; then
104103 echo "::error::Signature files not found"
105104 exit 1
106105 fi
107106
107+
108108 # Upload to GitHub Release using the `gh` CLI.
109109 # `dist/` contains the built packages, and the
110110 # sigstore-produced signatures and certificates.
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " xrpl-py-release-test-1"
3- version = " 3.0.7 "
3+ version = " 3.0.8 "
44description = " A complete Python library for interacting with the XRP ledger"
55readme = " README.md"
66repository = " https://github.com/XRPLF/xrpl-py"
You can’t perform that action at this time.
0 commit comments