Skip to content

Commit

Permalink
Update workflow to publish to pypi-test (#25)
Browse files Browse the repository at this point in the history
mamullen13316 authored Nov 29, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 09379ef commit f564359
Showing 3 changed files with 7 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -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/

5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -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/
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
readme = "README.md"

0 comments on commit f564359

Please sign in to comment.