-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump version, add config files for release (#24)
Signed-off-by: Luca Della Vedova <[email protected]>
- Loading branch information
1 parent
ccf6e0b
commit a1c4900
Showing
3 changed files
with
21 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = '0.0.1' | ||
__version__ = '0.1.0' |
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
artifacts: | ||
- type: wheel | ||
uploads: | ||
- type: pypi | ||
- type: stdeb | ||
uploads: | ||
- type: packagecloud | ||
config: | ||
repository: dirk-thomas/colcon | ||
distributions: | ||
- ubuntu:focal | ||
- ubuntu:jammy | ||
- ubuntu:noble | ||
- debian:bookworm | ||
- debian:trixie |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
[colcon-ros-cargo] | ||
No-Python2: | ||
Depends3: python3-colcon-core, python3-colcon-cargo, python3-toml | ||
Suite: focal jammy noble bookworm trixie | ||
X-Python3-Version: >= 3.6 |