Skip to content

Commit

Permalink
chore(wheels): add upload sdist 2
Browse files Browse the repository at this point in the history
  • Loading branch information
CaselIT committed Aug 7, 2020
1 parent 29061cd commit d616eb5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/create-wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ jobs:
twine upload --skip-existing dist/*manylinux*
make-source-dist:
name: ${{ matrix.python-version }}-${{ matrix.architecture }}-${{ matrix.os }}
name: sdist-${{ matrix.python-version }}-${{ matrix.architecture }}-${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down Expand Up @@ -278,8 +278,8 @@ jobs:
python -m pip install --upgrade pip
pip --version
pip install setuptools>=44 wheel>=0.34 cython>=0.29.21
python setup.py build_ext --inplace
python .\setup.py sdist --dist-dir dist
cythonize -3 falcon/**/*.pyx
python setup.py sdist --dist-dir dist
- name: Get sdist name
id: sdist-name
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ def load_description():
'Operating System :: POSIX',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Internet :: WWW/HTTP :: WSGI',
'Topic :: Internet :: WWW/HTTP :: ASGI',
'Topic :: Software Development :: Libraries :: Application Frameworks',
'Programming Language :: Python',
'Programming Language :: Python :: Implementation :: CPython',
Expand Down

0 comments on commit d616eb5

Please sign in to comment.