Skip to content

Add more log for simulation error #12

Add more log for simulation error

Add more log for simulation error #12

Workflow file for this run

name: Release
on:
push:
tags:
- 'v*.*.*'
jobs:
release:
runs-on: ubuntu-latest
environment: Soroban
permissions:
# IMPORTANT: this permission is mandatory for trusted publishing
id-token: write
steps:
- uses: actions/checkout@v4
- name: Setup Python 3.12
uses: actions/setup-python@v5
with:
python-version: '3.12'
architecture: 'x64'
- name: Install hatch
run: pip install hatch
- name: Build
run: hatch build
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1