Skip to content

Commit

Permalink
[fix]: Remove ambiguous conditions in build restrictions
Browse files Browse the repository at this point in the history
  • Loading branch information
hentt30 committed Apr 26, 2021
1 parent c03cf04 commit a790006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build and upload to PyPI

env:
CIBW_SKIP: cp27-* cp35-* #Skip building python 2.7 e python 3.5
CIBW_BUILD: cp36-* cp37-* cp38-* ## Only compile this cpython versions
# Build on every branch push, tag push, and pull request change:
on: [push, pull_request]
# Alternatively, to publish when a (published) GitHub Release is created, use the following:
Expand Down

0 comments on commit a790006

Please sign in to comment.