Skip to content

Commit 6dec0c2

Browse files
committed
release 3.3.10
1 parent c556268 commit 6dec0c2

File tree

4 files changed

+23
-23
lines changed

4 files changed

+23
-23
lines changed

.github/workflows/actions.yaml

+20-20
Original file line numberDiff line numberDiff line change
@@ -111,26 +111,26 @@ jobs:
111111
echo "::set-output name=project-version::$PROJECT_VERSION"
112112
echo "::set-output name=result::$RESULT"
113113
114-
release-test-pypi:
115-
runs-on: ubuntu-latest
116-
needs:
117-
- test
118-
- build
119-
- pre-commit
120-
- release-required
121-
steps:
122-
- name: Retrieve packages
123-
if: needs.release-required.outputs.result == 'true'
124-
uses: actions/[email protected]
125-
with:
126-
name: wheel
127-
path: dist/
128-
- name: Publish distribution 📦 to Test PyPI
129-
if: needs.release-required.outputs.result == 'true'
130-
uses: pypa/[email protected]
131-
with:
132-
password: ${{ secrets.SECRET_PUBLISH_AS_TELSTRA_TEST_PYPI_ORG }}
133-
repository_url: https://test.pypi.org/legacy/
114+
# release-test-pypi:
115+
# runs-on: ubuntu-latest
116+
# needs:
117+
# - test
118+
# - build
119+
# - pre-commit
120+
# - release-required
121+
# steps:
122+
# - name: Retrieve packages
123+
# if: needs.release-required.outputs.result == 'true'
124+
# uses: actions/[email protected]
125+
# with:
126+
# name: wheel
127+
# path: dist/
128+
# - name: Publish distribution 📦 to Test PyPI
129+
# if: needs.release-required.outputs.result == 'true'
130+
# uses: pypa/[email protected]
131+
# with:
132+
# password: ${{ secrets.SECRET_PUBLISH_AS_TELSTRA_TEST_PYPI_ORG }}
133+
# repository_url: https://test.pypi.org/legacy/
134134

135135
# test-production-test-pypi:
136136
# runs-on: ubuntu-latest

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [3.3.9] - 2024-08-7
8+
## [3.3.10] - 2024-08-7
99

1010
- Update privateNumber
1111

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "telstra.messaging"
3-
version = "3.3.8"
3+
version = "3.3.10"
44
readme = "README.md"
55
description = "SDK for the Telstra Messaging API V3 - Beta"
66
license = "Apache-2.0"

telstra/messaging/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Messaging."""
22

3-
__version__ = "9"
3+
__version__ = "3.3.10"

0 commit comments

Comments
 (0)