We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8333828 commit 30ffd10Copy full SHA for 30ffd10
.github/workflows/pypi-publish.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Set up Python
13
uses: actions/setup-python@v1
14
with:
15
- python-version: '3.6'
+ python-version: '3.8'
16
- name : Print GitHub context
17
env:
18
GITHUB_CONTEXT: ${{ toJson(github) }}
0 commit comments