Skip to content

Commit

Permalink
fix python 3.10 deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
pantor committed Jul 10, 2022
1 parent 0ace1bf commit 8882155
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-ros.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
github_token_bloom: ${{ secrets.BLOOM_TOKEN }}
github_user: pantor
git_email: [email protected]
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
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit 8882155

Please sign in to comment.