Skip to content

Commit 05c39ba

Browse files
raph-lucmoe-adpyansys-ci-bot
committed
fix: pin twine correctly (#989)
Co-authored-by: Muhammed Adedigba <[email protected]> Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent 05828e7 commit 05c39ba

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

_release-pypi/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ runs:
140140
env:
141141
INSTALL_COMMAND: ${{ inputs.use-uv == 'true' && 'uv pip install --no-managed-python --system' || 'python -m pip install' }}
142142
run: |
143-
${INSTALL_COMMAND} --upgrade pip twine<6.2.0
143+
${INSTALL_COMMAND} --upgrade pip 'twine<6.2.0'
144144
145145
- name: "Download the library artifacts from build-library step"
146146
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0

doc/source/changelog/988.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Pin twine correctly

0 commit comments

Comments
 (0)