Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
bitia-cli
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bitia
bitia-cli
Commits
29a1d1c0
Commit
29a1d1c0
authored
2 years ago
by
dilawar
Browse files
Options
Downloads
Plain Diff
Merge branch 'devel' into 'main'
v0.2.1 See merge request
!14
parents
8c774ab5
33836d6b
No related branches found
No related tags found
1 merge request
!14
v0.2.1
Pipeline
#4137
passed with stages
Stage:
Stage:
in 3 minutes and 58 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.ci/release.sh
+3
-2
3 additions, 2 deletions
.ci/release.sh
CHANGELOG.md
+4
-1
4 additions, 1 deletion
CHANGELOG.md
with
7 additions
and
3 deletions
.ci/release.sh
+
3
−
2
View file @
29a1d1c0
...
...
@@ -3,10 +3,11 @@
set
-e
git clean
-fxd
.
_version
=
$(
git describe
--exact-match
--tags
HEAD
||
echo
$(
poetry version
-s
)
.dev
$(
date
+%Y%m%d
))
_version
=
$(
git describe
--exact-match
--tags
HEAD
||
echo
$(
poetry version
-s
)
.dev
$(
date
-u
+%s
))
VERSION
=
${
_version
#
'v'
}
# remove prefixed 'v' if any
cp
pyproject.toml /tmp/pyproject.toml.1
poetry version
${
VERSION
}
poetry build
poetry run twine upload dist/
*
.whl
-u
__token__
-p
$BITIA_PYPI_TOKEN
||
echo
"Failed to upload"
python3
-m
pip
install
twine
--upgrade
twine upload dist/
*
.whl
-u
__token__
-p
$BITIA_PYPI_TOKEN
mv
/tmp/pyproject.toml.1 pyproject.toml
This diff is collapsed.
Click to expand it.
CHANGELOG.md
+
4
−
1
View file @
29a1d1c0
...
...
@@ -6,13 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.2.
0
] - 2022-10-22
## [0.2.
1
] - 2022-10-22
### Added
-
Support for
`create`
,
`logs`
and
`submit`
endpoint.
-
Support for
`BITIA_SERVER`
environment variable.
-
Setting log level from the command line
-
Session support. Same connection can be used throughout the session.
## [0.2.0] - 2022-10-10
-
Yanked. See 0.2.1
## [0.1.3] - 2022-09-29
### Added
-
Use the public API by default
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment