diff --git a/.github/workflows/test-and-publish-release.yml b/.github/workflows/test-and-publish-release.yml index 2d6c16a..2f75b2a 100644 --- a/.github/workflows/test-and-publish-release.yml +++ b/.github/workflows/test-and-publish-release.yml @@ -1,9 +1,9 @@ name: Build, test and publish Python 🐍 distributions 📦 to PyPI on: - push: - branches: - - release + release: + types: [created] + jobs: build-and-publish: name: Build, test and publish Python 🐍 distributions 📦 to PyPI diff --git a/pathfinding3d/version.txt b/pathfinding3d/version.txt index ceab6e1..2f45361 100644 --- a/pathfinding3d/version.txt +++ b/pathfinding3d/version.txt @@ -1 +1 @@ -0.1 \ No newline at end of file +0.2 \ No newline at end of file