Skip to content

Commit 2ac5d10

Browse files
committed
Change version to beta
1 parent 969b0f2 commit 2ac5d10

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

pixi.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "drone_models"
3-
version = "0.1.0rc1"
3+
version = "0.1.0b"
44
description = "Models of quadrotor drones for estimation and control tasks."
55
readme = "README.md"
66
license = { file = "LICENSE" }
@@ -143,4 +143,5 @@ twine = "*"
143143

144144
[tool.pixi.feature.dist.tasks]
145145
build = { cmd = "python -m build && twine check dist/*", description = "Build and test the package" }
146-
upload = { cmd = "twine upload -r testpypi dist/*", description = "Build and test the package" }
146+
upload_test = { cmd = "twine upload -r testpypi dist/*", description = "Test upload of the built package" }
147+
upload = { cmd = "twine upload dist/*", description = "Upload of the built package" }

0 commit comments

Comments
 (0)