diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 405d45b..e7dd226 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -2,7 +2,7 @@ name: Publish on: release: - types: [released] + types: [prereleased, released] workflow_dispatch: jobs: @@ -94,4 +94,3 @@ jobs: uses: pypa/gh-action-pypi-publish@release/v1 with: verbose: true - repository-url: https://test.pypi.org/legacy/ diff --git a/pyproject.toml b/pyproject.toml index 42c2f4d..9582c75 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "reelay" -version = "25.0.0rc2" +version = "25.0.0rc5" description = "Reelay: A runtime verification library for real-time systems" readme = "README.md" requires-python = ">=3.8"