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 9e53660 commit 8e72c3bCopy full SHA for 8e72c3b
.github/workflows/CI.yaml
@@ -56,14 +56,14 @@ jobs:
56
with:
57
python-version: '3.9'
58
59
- - name: Install Poetry
+ - name: Poetry Setup
60
run: |
61
pip install --upgrade pip
62
curl -sSL https://install.python-poetry.org | python3 -
63
poetry config virtualenvs.create false
64
poetry install
65
66
- - name: Increment version
+ - name: Generate and push Tag
67
68
git config --global user.name 'GitHub Actions'
69
git config --global user.email 'actions@github.com'
0 commit comments