Skip to content

Commit c440673

Browse files
authored
Update pypi GHA to new syntax (#937)
1 parent f12b797 commit c440673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
run: |
2323
python setup.py sdist bdist_wheel
2424
- name: Publish distribution 📦 to PyPI (If triggered from release)
25-
uses: pypa/gh-action-pypi-publish@master
25+
uses: pypa/gh-action-pypi-publish@release/v1
2626
with:
2727
password: ${{ secrets.PYPI_API_KEY_CLOUDFORMATION_CLI }}

0 commit comments

Comments
 (0)