From 7e8d16774cfecd49754df97f2d2609faff13a69b Mon Sep 17 00:00:00 2001 From: mamullen13316 Date: Thu, 30 Nov 2023 13:53:04 -0500 Subject: [PATCH] Deploy to PyPi (#30) --- .github/workflows/release.yaml | 4 ++-- README.md | 2 +- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b2d6c8c..744b263 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -40,5 +40,5 @@ jobs: - name: Publish to PyPI uses: pypa/gh-action-pypi-publish@release/v1 - with: - repository-url: https://test.pypi.org/legacy/ + # with: + # repository-url: https://test.pypi.org/legacy/ diff --git a/README.md b/README.md index af21e69..7a0e435 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Sophos Firewall Python SDK The Sophos Firewall Python Software Development Kit (SDK) provides a Python module for working with the [XML API](https://doc.sophos.com/nsg/sophos-firewall/20.0/API/index.html) of Sophos Firewall. -For installation and usage details please see the [documentation](https://sophosfirewall_python.readthedocs.io/) +For installation and usage details please see the [documentation](https://sophosfirewall-python.readthedocs.io/) ## Support The Sophos Firewall Python SDK was developed by a small community of engineers within Sophos who will be maintaining the project. Questions can be posted to the [Q&A](https://github.com/sophos/sophos-firewall-sdk/discussions/categories/q-a) section of the Github project. If you are hitting a bug, please open a new [Issue](https://github.com/sophos/sophos-firewall-sdk/issues) and fill out the Bug Report template. If you would like to see a new feature implemented, please fill out the Feature Request template. diff --git a/pyproject.toml b/pyproject.toml index 80d453b..227f8f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "sophosfirewall-python" packages = [ { include = "sophosfirewall_python" }, ] -version = "0.1.18" +version = "0.1.19" description = "Python SDK for Sophos Firewall" authors = ["Matt Mullen "] readme = "README.md"