-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update release documentation and pipelines config
pipelines will force push over github steps for uploading to pypi are now labelled as deployments
- Loading branch information
Showing
2 changed files
with
30 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -113,11 +113,12 @@ pipelines: | |
- git remote add github [email protected]:cetanu/sovereign.git | ||
- git fetch --unshallow github | ||
- git branch --set-upstream-to master | ||
- git push --set-upstream github master | ||
- git push --set-upstream --force github master | ||
tags: | ||
'*.*.*': | ||
- step: | ||
name: Release to PyPI | ||
deployment: release | ||
caches: [pip] | ||
script: | ||
- *set_environment | ||
|
@@ -128,6 +129,7 @@ pipelines: | |
'*.*.*rc*': &prerelease | ||
- step: | ||
name: Pre-release to PyPI | ||
deployment: prerelease | ||
caches: [pip] | ||
script: | ||
- *set_environment | ||
|