We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ded7d9 commit b3355b0Copy full SHA for b3355b0
1 file changed
.github/workflows/tag_and_publish.yml
@@ -16,10 +16,10 @@ jobs:
16
ref: ${{ env.DEFAULT_BRANCH }}
17
fetch-depth: 0
18
#token: ${{ secrets.SERVICE_TOKEN }}
19
- - name: Set up Python 3.10
+ - name: Set up Python 3.11
20
uses: actions/setup-python@v5
21
with:
22
- python-version: '3.10'
+ python-version: '3.11'
23
- name: Install dependencies
24
run: |
25
python -m pip install -e . --group dev --no-cache-dir
@@ -74,10 +74,10 @@ jobs:
74
- uses: actions/checkout@v4
75
- name: Pull latest changes
76
run: git pull origin main
77
78
79
80
81
82
83
pip install --upgrade setuptools wheel twine build
0 commit comments