Skip to content

Commit 9a44ed8

Browse files
enable pip
Signed-off-by: Nikolaj Bjorner <[email protected]>
1 parent 2804b40 commit 9a44ed8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,4 +319,4 @@ stages:
319319
- script: pip install --upgrade pip
320320
- script: python -m pip install --user -U setuptools importlib_metadata wheel twine
321321
# Uncomment on release:
322-
#- script: python -m twine upload --config-file $(pypirc.secureFilePath) -r $(pypiReleaseServer) dist/*
322+
- script: python -m twine upload --config-file $(pypirc.secureFilePath) -r $(pypiReleaseServer) dist/*

0 commit comments

Comments
 (0)