Skip to content

Commit

Permalink
udpate: start from 3.10.13
Browse files Browse the repository at this point in the history
  • Loading branch information
VsevolodX committed Dec 19, 2024
1 parent 97ce845 commit 59f8985
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [3.8.6]
python-version: [3.10.13]

steps:
- name: Checkout this repository
Expand All @@ -37,7 +37,6 @@ jobs:
strategy:
matrix:
python-version:
- 3.9.x
- 3.10.x
- 3.11.x

Expand Down Expand Up @@ -146,7 +145,7 @@ jobs:
- name: Publish python release
uses: ./actions/py/publish
with:
python-version: 3.8.x
python-version: 3.10.13
github-token: ${{ secrets.BOT_GITHUB_TOKEN }}
pypi-api-token: ${{ secrets.PYPI_API_TOKEN }}
publish-tag: 'false'

0 comments on commit 59f8985

Please sign in to comment.