mirror of
https://github.com/creyD/creyPY.git
synced 2026-06-17 07:00:18 +02:00
Compare commits
2 Commits
3.1.0rc59
...
8d9b720b88
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8d9b720b88 | ||
|
|
68f7bf2d6d |
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -36,7 +36,7 @@ jobs:
|
|||||||
needs: lint
|
needs: lint
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v6
|
||||||
- uses: actions/setup-python@v5
|
- uses: actions/setup-python@v6
|
||||||
with:
|
with:
|
||||||
python-version: '3.13'
|
python-version: '3.13'
|
||||||
- run: python -m pip install --upgrade pip
|
- run: python -m pip install --upgrade pip
|
||||||
@@ -76,7 +76,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Git Version
|
- name: Git Version
|
||||||
uses: PaulHatch/semantic-version@v5.4.0
|
uses: PaulHatch/semantic-version@v6.0.2
|
||||||
id: git_version
|
id: git_version
|
||||||
with:
|
with:
|
||||||
tag_prefix: ""
|
tag_prefix: ""
|
||||||
@@ -91,7 +91,7 @@ jobs:
|
|||||||
git push origin ${{ steps.git_version.outputs.version }}
|
git push origin ${{ steps.git_version.outputs.version }}
|
||||||
|
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v6
|
||||||
with:
|
with:
|
||||||
python-version: '3.13'
|
python-version: '3.13'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user