From 55cc0592f2e6328c740f79ee1c461490a985de15 Mon Sep 17 00:00:00 2001 From: johndoknjas Date: Thu, 21 Mar 2024 15:46:45 -0700 Subject: [PATCH] 1.0.16 --- .github/workflows/hypickle.yml | 5 ++--- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/hypickle.yml b/.github/workflows/hypickle.yml index 128fa3b..e369636 100644 --- a/.github/workflows/hypickle.yml +++ b/.github/workflows/hypickle.yml @@ -2,9 +2,7 @@ name: hypickle 🐍 distribution 📦 to PyPI -on: - push: - branches: [master] +on: push jobs: build: @@ -34,6 +32,7 @@ jobs: publish-to-pypi: name: >- Publish Python 🐍 distribution 📦 to PyPI + if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes needs: - build runs-on: ubuntu-latest diff --git a/pyproject.toml b/pyproject.toml index f8efb10..9b10a3e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] requires-python = ">= 3.0" name = "hypickle" -version = "1.0.14" +version = "1.0.16" dependencies = [ "requests", "rich",