We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent febafc8 commit 4742961Copy full SHA for 4742961
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Checkout
26
uses: actions/checkout@v3
27
- name: Setup Python 3.9
28
- uses: actions/setup-python@v4.2.0
+ uses: actions/setup-python@v4.3.0
29
with:
30
python-version: 3.9
31
#----------------------------------------------
@@ -97,7 +97,7 @@ jobs:
97
98
99
- name: Setup Python ${{ matrix.pyver }}
100
101
102
python-version: ${{ matrix.pyver }}
103
.github/workflows/pypi-publish.yaml
@@ -27,7 +27,7 @@ jobs:
value: "${{ steps.get_version.outputs.VERSION }}"
- name: Set up Python 3.9
- uses: actions/setup-python@v1
32
33
0 commit comments