From f564359a87a5736078ccb1a58a86d045ff4ac089 Mon Sep 17 00:00:00 2001 From: mamullen13316 Date: Wed, 29 Nov 2023 12:07:23 -0500 Subject: [PATCH] Update workflow to publish to pypi-test (#25) --- .github/release.yml | 5 +---- .github/workflows/release.yaml | 5 +++++ pyproject.toml | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/release.yml b/.github/release.yml index dac60cc..6369a22 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -18,7 +18,4 @@ changelog: - title: Other Changes labels: - "*" - - name: Publish to PyPI - uses: pypa/gh-action-pypi-publish@release/v1 - with: - repository-url: https://test.pypi.org/legacy/ + diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9918880..954e744 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -33,3 +33,8 @@ jobs: files: dist/*.whl env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + + - name: Publish to PyPI + uses: pypa/gh-action-pypi-publish@release/v1 + with: + repository-url: https://test.pypi.org/legacy/ diff --git a/pyproject.toml b/pyproject.toml index 1b88cbc..d4f2932 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "sophosfirewall-python" packages = [ { include = "sophosfirewall_python" }, ] -version = "0.1.15" +version = "0.1.16" description = "Python SDK for Sophos Firewall" authors = ["Matt Mullen "] readme = "README.md"