Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Lash-L authored Nov 20, 2024
1 parent 948d86b commit 9cbe4d5
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,21 +76,6 @@ jobs:
ref: release
fetch-depth: 0
persist-credentials: false
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: "3.11"

- uses: snok/[email protected]

- name: Install Dependencies
run: poetry install
shell: bash
- name: Configure Git
run: |
git config user.name "github-actions"
git config user.email "[email protected]"
git remote set-url origin https://x-access-token:${{ secrets.GH_TOKEN }}@github.com/humbertogontijo/python-roborock.git
- name: Python Semantic Release
id: release
uses: python-semantic-release/[email protected]
Expand Down

0 comments on commit 9cbe4d5

Please sign in to comment.