We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 948d86b commit 9cbe4d5Copy full SHA for 9cbe4d5
.github/workflows/ci.yml
@@ -76,21 +76,6 @@ jobs:
76
ref: release
77
fetch-depth: 0
78
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/install-poetry@v1.4.1
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 "actions@users.noreply.github.com"
93
- git remote set-url origin https://x-access-token:${{ secrets.GH_TOKEN }}@github.com/humbertogontijo/python-roborock.git
94
- name: Python Semantic Release
95
id: release
96
uses: python-semantic-release/python-semantic-release@v9.14.0
0 commit comments