Skip to content

Commit bd26301

Browse files
update to pypirc
Signed-off-by: Nikolaj Bjorner <[email protected]>
1 parent f8df777 commit bd26301

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,11 +137,11 @@ jobs:
137137
artifactName: 'Python packages'
138138
targetPath: dist
139139
- task: DownloadSecureFile@1
140-
name: testpypirc
140+
name: pypirc
141141
inputs:
142142
secureFile: 'testpypirc'
143143
- script: python -m pip install --user -U setuptools wheel twine
144-
- script: python -m twine upload --config-file $(testpypirc.secureFilePath) -r $(pypiReleaseServer) dist/*
144+
- script: python -m twine upload --config-file $(oypirc.secureFilePath) -r $(pypiReleaseServer) dist/*
145145

146146

147147
# TBD: run regression tests on generated binaries.

0 commit comments

Comments
 (0)