Skip to content

Commit 78ed71b

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

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
@@ -139,9 +139,9 @@ jobs:
139139
- task: DownloadSecureFile@1
140140
name: pypirc
141141
inputs:
142-
secureFile: 'testpypirc'
142+
secureFile: 'pypirc'
143143
- script: python -m pip install --user -U setuptools wheel twine
144-
- script: python -m twine upload --config-file $(oypirc.secureFilePath) -r $(pypiReleaseServer) dist/*
144+
- script: python -m twine upload --config-file $(pypirc.secureFilePath) -r $(pypiReleaseServer) dist/*
145145

146146

147147
# TBD: run regression tests on generated binaries.

0 commit comments

Comments
 (0)