From e86d172dd1c60cc8ef6219eff74946e989e063a2 Mon Sep 17 00:00:00 2001 From: andersonfrailey Date: Mon, 16 Mar 2026 11:37:44 -0400 Subject: [PATCH] bump version --- .github/workflows/publish-to-test-pypi.yml | 5 ----- pyproject.toml | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/publish-to-test-pypi.yml b/.github/workflows/publish-to-test-pypi.yml index a4b47a3..252d988 100644 --- a/.github/workflows/publish-to-test-pypi.yml +++ b/.github/workflows/publish-to-test-pypi.yml @@ -64,11 +64,6 @@ jobs: uses: sigstore/gh-action-sigstore-python@v3.0.0 with: inputs: ./dist/*.tar.gz ./dist/*.whl - - name: Create GitHub Release - env: - GITHUB_TOKEN: ${{ github.token }} - run: | - gh release create "$GITHUB_REF_NAME" --repo "$GITHUB_REPOSITORY" --notes "" - name: Upload artifact signatures to GitHub Release env: GITHUB_TOKEN: ${{ github.token }} diff --git a/pyproject.toml b/pyproject.toml index b201b09..7971459 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "statstables" -version = "0.0.16" +version = "0.0.17" keywords = [ "statistics", "tables",