Skip to content

Commit 30e7c22

Browse files
upgrade pip
Signed-off-by: Nikolaj Bjorner <[email protected]>
1 parent f170e65 commit 30e7c22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ jobs:
141141
name: pypirc
142142
inputs:
143143
secureFile: 'pypirc'
144+
- script: pip install --upgrade pip
144145
- script: python -m pip install --user -U setuptools importlib_metadata wheel twine
145146
# Uncomment on release:
146147
- script: python -m twine upload --config-file $(pypirc.secureFilePath) -r $(pypiReleaseServer) dist/*

0 commit comments

Comments
 (0)