Skip to content

Commit 3729458

Browse files
enable pypi
Signed-off-by: Nikolaj Bjorner <[email protected]>
1 parent dde8da8 commit 3729458

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
@@ -143,7 +143,7 @@ jobs:
143143
secureFile: 'pypirc'
144144
- script: python -m pip install --user -U setuptools wheel twine
145145
# Uncomment on release:
146-
# - script: python -m twine upload --config-file $(pypirc.secureFilePath) -r $(pypiReleaseServer) dist/*
146+
- script: python -m twine upload --config-file $(pypirc.secureFilePath) -r $(pypiReleaseServer) dist/*
147147

148148

149149
# TBD: run regression tests on generated binaries.

0 commit comments

Comments
 (0)