Skip to content

Commit

Permalink
chore(wheels): add upload sdist 3
Browse files Browse the repository at this point in the history
  • Loading branch information
CaselIT committed Aug 7, 2020
1 parent d616eb5 commit 3262d2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/create-wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -251,9 +251,6 @@ jobs:
os:
- "ubuntu-latest"
python-version:
- "3.5"
- "3.6"
- "3.7"
- "3.8"
architecture:
- x64
Expand All @@ -270,10 +267,8 @@ jobs:
python-version: ${{ matrix.python-version }}
architecture: ${{ matrix.architecture }}

- name: Create c files and sdist
# create the wheel using --no-use-pep517 since locally we have pyproject
# this flag should be removed once falcon supports pep517
# `--no-deps` is used to only generate the wheel for the current library. Redundant in falcon since it has no dependencies
- name: Create sdist
# TODO Are the generated c files always the same regardless of the python 3 version?
run: |
python -m pip install --upgrade pip
pip --version
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[egg_info]
# TODO replace
tag_build = dev3
tag_build = dev4

[aliases]
test=pytest
Expand Down

0 comments on commit 3262d2a

Please sign in to comment.