Releases: andoludo/trano
Releases · andoludo/trano
test-9
test-8
Update GitHub Actions to use latest versions Upgraded pypa/gh-action-pypi-publish to v1.9.0 in publish.yaml. Updated actions/checkout to v4 and actions/setup-python to v5 in tests-runner.yaml. This ensures compatibility with recent improvements and fixes in these actions.
test-7: Update PyPI publish action to use Test PyPI
Added configuration to publish distributions to Test PyPI for testing purposes. This includes setting the repository URL and using a dedicated API token for Test PyPI.
test-6
test-5
Update GitHub Actions workflow for publishing to PyPI Simplify job name and upgrade action versions. Changed the job name to be more concise, updated actions/checkout from v2 to v4, and upgraded the pypa/gh-action-pypi-publish action from v1.5.0 to v1.9.0. This ensures compatibility with the latest features and bug fixes.
test-4: Update GitHub Actions workflow for publishing to PyPI
Simplify job name and upgrade action versions. Changed the job name to be more concise, updated actions/checkout from v2 to v4, and upgraded the pypa/gh-action-pypi-publish action from v1.5.0 to v1.9.0. This ensures compatibility with the latest features and bug fixes.
test-3
test-2: Update GitHub Actions versions and set explicitly python version
Downgrade actions/checkout to v2 and upgrade actions/setup-python to v5. Also, explicitly define the python version as "3.10".