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 f12b797 commit c440673Copy full SHA for c440673
.github/workflows/pypi-release.yaml
@@ -22,6 +22,6 @@ jobs:
22
run: |
23
python setup.py sdist bdist_wheel
24
- name: Publish distribution 📦 to PyPI (If triggered from release)
25
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@release/v1
26
with:
27
password: ${{ secrets.PYPI_API_KEY_CLOUDFORMATION_CLI }}
0 commit comments