From dacfde406d18f0ffc958e6fa79f3d06fe9c8ff66 Mon Sep 17 00:00:00 2001 From: Hari Date: Wed, 22 Nov 2023 01:31:14 +0100 Subject: [PATCH] updated pipeline and version --- .github/workflows/test-and-publish-release.yml | 6 +++--- pathfinding3d/version.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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