We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f1698f commit 1280a24Copy full SHA for 1280a24
.github/workflows/release-to-pypi.yaml
@@ -21,7 +21,7 @@ jobs:
21
run: |
22
python3 -m build
23
- name: Publish to PyPI
24
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@v1.8.14
25
with:
26
user: __token__
27
password: ${{ secrets.PYPI_API_TOKEN }}
cfn_policy_validator/version.py
@@ -2,4 +2,4 @@
2
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3
SPDX-License-Identifier: MIT-0
4
"""
5
-__version__ = '0.0.31'
+__version__ = '0.0.32'
0 commit comments