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 b27bcc7 commit 892637fCopy full SHA for 892637f
.github/workflows/python-publish.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Set up Python
17
uses: actions/setup-python@v2
18
with:
19
- python-version: '3.x'
+ python-version: '3.7'
20
- name: Install dependencies
21
run: |
22
python -m pip install --upgrade pip
@@ -26,5 +26,5 @@ jobs:
26
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
27
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
28
29
- python3 setup.py sdist bdist_wheel
+ python setup.py sdist bdist_wheel
30
twine upload dist/*
0 commit comments