Skip to content

Commit 1280a24

Browse files
authored
Update version to 0.0.32 (#40)
* Update boto3 dependency * Bumping version to 0.0.32 * Update PyPi workflow
1 parent 9f1698f commit 1280a24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-to-pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: |
2222
python3 -m build
2323
- name: Publish to PyPI
24-
uses: pypa/gh-action-pypi-publish@master
24+
uses: pypa/gh-action-pypi-publish@v1.8.14
2525
with:
2626
user: __token__
2727
password: ${{ secrets.PYPI_API_TOKEN }}

cfn_policy_validator/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
SPDX-License-Identifier: MIT-0
44
"""
5-
__version__ = '0.0.31'
5+
__version__ = '0.0.32'

0 commit comments

Comments
 (0)