We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40b14ca commit a7ec7a5Copy full SHA for a7ec7a5
1 file changed
.github/workflows/ci.yaml
@@ -39,7 +39,7 @@ jobs:
39
- name: Set up Python ${{ matrix.python-version }}
40
uses: actions/setup-python@v2
41
with:
42
- python-version: '3.10'
+ python-version: '3.11'
43
44
- name: Install dependencies
45
run: |
@@ -73,4 +73,4 @@ jobs:
73
TAG: ${{ github.ref_name }}
74
75
echo "tag is $TAG"
76
- pkgmt release $TAG --production --yes
+ pkgmt release $TAG --production --yes
0 commit comments