Skip to content

Commit

Permalink
Use colcon fork of publish-python (#36)
Browse files Browse the repository at this point in the history
Upstream appears to be abandoned.
  • Loading branch information
cottsay authored Nov 23, 2024
1 parent 7468b26 commit 17cac16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ runs:
if [ -f publish-python.yaml ]; then
PUBLISH_PYTHON=$(mktemp -d)
pushd $PUBLISH_PYTHON
git clone https://github.com/dirk-thomas/publish-python.git .
git clone https://github.com/colcon/publish-python.git .
popd
python -m pip install -U PyYAML wheel
python $PUBLISH_PYTHON/bin/publish-python wheel:pypi
Expand Down

0 comments on commit 17cac16

Please sign in to comment.