We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbe7f24 commit 9336678Copy full SHA for 9336678
.github/workflows/publish-to-test-pypi.yml
@@ -12,14 +12,13 @@ jobs:
12
13
steps:
14
- uses: actions/checkout@master
15
- - name: Set up Python 3.7
+ - name: Set up Python 3.6
16
uses: actions/setup-python@v1
17
with:
18
- python-version: 3.7
+ python-version: 3.6
19
- name: Install pypa/build
20
run: >-
21
python -m
22
- python -m pip install --upgrade pip
23
pip install
24
build
25
--user
0 commit comments