We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e9237e commit 131bc69Copy full SHA for 131bc69
.jenkins
@@ -1,15 +1,15 @@
1
#!/usr/bin/env groovy
2
3
// Include this shared CI repository to load script helpers and libraries.
4
-library identifier: 'vapor@1.0.0-RC0', retriever: modernSCM([
+library identifier: 'vapor@python-pypi', retriever: modernSCM([
5
$class: 'GitSCMSource',
6
remote: 'https://github.com/vapor-ware/ci-shared.git',
7
credentialsId: 'vio-bot-gh',
8
])
9
10
11
pythonPipeline([
12
- 'releaseToPypi': true,
+ 'publishToPypi': true,
13
'twineCredential': 'pypi-token-fastapirfc7807-upload',
14
'pythonVersion': '3.8',
15
'skipIntegrationTest': true,
0 commit comments