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 63abe37 commit cfced3bCopy full SHA for cfced3b
.github/workflows/pythonpublish.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Set up Python
19
uses: actions/setup-python@v1
20
with:
21
- python-version: 3.7
+ python-version: '3.7'
22
- name: Install dependencies
23
run: |
24
python -m pip install --upgrade pip
@@ -29,4 +29,4 @@ jobs:
29
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
30
31
python -m python setup.py sdist bdist_wheel
32
- python -m twine upload dist/*
+ python -m twine upload dist/*
0 commit comments