Skip to content

Commit

Permalink
[fix]: Try to skip python 2.7 and python 3.5 building
Browse files Browse the repository at this point in the history
  • Loading branch information
hentt30 committed Apr 26, 2021
1 parent adc7f40 commit 63b38b8
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-* #Skip building python 2.7
CIBW_SKIP: cp27-* cp35-* #Skip building python 2.7 e python 3.5
# 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 63b38b8

Please sign in to comment.