We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf08f77 commit bdcdd87Copy full SHA for bdcdd87
1 file changed
.github/workflows/publish_version.yml
@@ -121,6 +121,6 @@ jobs:
121
run: python3 -m build
122
123
- name: Publish
124
- uses: pypa/gh-action-pypi-publish@v1.13.0
+ uses: pypa/gh-action-pypi-publish@v1.11.0
125
with:
126
repository-url: ${{ inputs.repository == 'pypi' && 'https://upload.pypi.org/legacy/' || 'https://test.pypi.org/legacy/' }}
0 commit comments