From 8882155300f829a265b9703d760b7ec8ec665c42 Mon Sep 17 00:00:00 2001 From: pantor Date: Sun, 10 Jul 2022 14:40:20 +0200 Subject: [PATCH] fix python 3.10 deployment --- .github/workflows/publish-ros.yml | 2 +- .github/workflows/publish.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-ros.yml b/.github/workflows/publish-ros.yml index a1610d02..510f1d49 100644 --- a/.github/workflows/publish-ros.yml +++ b/.github/workflows/publish-ros.yml @@ -16,6 +16,6 @@ jobs: github_token_bloom: ${{ secrets.BLOOM_TOKEN }} github_user: pantor git_email: lars.berscheid@ruckig.com - release_repository_push_url: https://github.com/${{ github.repository }}-release.git + release_repository_push_url: https://github.com/ros2-gbp/ruckig-release.git # open_pr: true debug_bloom: true diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index cbab0868..17d8a053 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: os: [windows-latest, macos-latest] - python-version: [3.6, 3.7, 3.8, 3.9, 3.10] + python-version: ['3.6', '3.7', '3.8', '3.9', '3.10'] steps: - uses: actions/checkout@v2 @@ -48,7 +48,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v2 with: - python-version: 3.8 + python-version: '3.8' - name: Install dependencies run: |