Skip to content

Commit 9cbe4d5

Browse files
authored
feat: update
1 parent 948d86b commit 9cbe4d5

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -76,21 +76,6 @@ jobs:
7676
ref: release
7777
fetch-depth: 0
7878
persist-credentials: false
79-
- name: Set up Python 3.11
80-
uses: actions/setup-python@v5
81-
with:
82-
python-version: "3.11"
83-
84-
- uses: snok/[email protected]
85-
86-
- name: Install Dependencies
87-
run: poetry install
88-
shell: bash
89-
- name: Configure Git
90-
run: |
91-
git config user.name "github-actions"
92-
git config user.email "[email protected]"
93-
git remote set-url origin https://x-access-token:${{ secrets.GH_TOKEN }}@github.com/humbertogontijo/python-roborock.git
9479
- name: Python Semantic Release
9580
id: release
9681
uses: python-semantic-release/[email protected]

0 commit comments

Comments
 (0)