Skip to content

Commit 131bc69

Browse files
committed
ci: update ci-shared reference
1 parent 8e9237e commit 131bc69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.jenkins

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
#!/usr/bin/env groovy
22

33
// Include this shared CI repository to load script helpers and libraries.
4-
library identifier: 'vapor@1.0.0-RC0', retriever: modernSCM([
4+
library identifier: 'vapor@python-pypi', retriever: modernSCM([
55
$class: 'GitSCMSource',
66
remote: 'https://github.com/vapor-ware/ci-shared.git',
77
credentialsId: 'vio-bot-gh',
88
])
99

1010

1111
pythonPipeline([
12-
'releaseToPypi': true,
12+
'publishToPypi': true,
1313
'twineCredential': 'pypi-token-fastapirfc7807-upload',
1414
'pythonVersion': '3.8',
1515
'skipIntegrationTest': true,

0 commit comments

Comments
 (0)