Skip to content

Commit a1c4900

Browse files
Bump version, add config files for release (#24)
Signed-off-by: Luca Della Vedova <[email protected]>
1 parent ccf6e0b commit a1c4900

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

colcon_ros_cargo/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.0.1'
1+
__version__ = '0.1.0'

publish-python.yaml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
artifacts:
2+
- type: wheel
3+
uploads:
4+
- type: pypi
5+
- type: stdeb
6+
uploads:
7+
- type: packagecloud
8+
config:
9+
repository: dirk-thomas/colcon
10+
distributions:
11+
- ubuntu:focal
12+
- ubuntu:jammy
13+
- ubuntu:noble
14+
- debian:bookworm
15+
- debian:trixie

stdeb.cfg

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[colcon-ros-cargo]
2+
No-Python2:
3+
Depends3: python3-colcon-core, python3-colcon-cargo, python3-toml
4+
Suite: focal jammy noble bookworm trixie
5+
X-Python3-Version: >= 3.6

0 commit comments

Comments
 (0)