Skip to content

Commit

Permalink
Bump version, add config files for release (#24)
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Della Vedova <[email protected]>
  • Loading branch information
luca-della-vedova authored Aug 29, 2024
1 parent ccf6e0b commit a1c4900
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion colcon_ros_cargo/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.0.1'
__version__ = '0.1.0'
15 changes: 15 additions & 0 deletions publish-python.yaml
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
5 changes: 5 additions & 0 deletions stdeb.cfg
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

0 comments on commit a1c4900

Please sign in to comment.