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 4040 contents : write
4141 packages : read
4242 env :
43- DRY_RUN : ${{ github.event_name == 'workflow_dispatch' && ( github.event.inputs.dry_run && '--noop' || '') || '' }}
44- PRERELEASE : ${{ github.event_name == 'workflow_dispatch' && ( github.event.inputs.prerelease && 'true' || '') || 'true' }}
43+ DRY_RUN : ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.dry_run == 'true' && '--noop' || '' }}
44+ PRERELEASE : ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.prerelease || 'true' }}
4545 steps :
4646 - uses : actions/checkout@v4
4747 with :
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " algorand-python-testing"
7- version = " 0.2.2-beta.1 "
7+ version = " 0.2.2-beta.2 "
88description = ' Algorand Python testing library'
99readme = " README.md"
1010requires-python = " >=3.12"
You can’t perform that action at this time.
0 commit comments