Skip to content

Commit

Permalink
[fix]: Try to skip python 2.7 building
Browse files Browse the repository at this point in the history
  • Loading branch information
hentt30 committed Apr 26, 2021
1 parent 4262566 commit adc7f40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Build and upload to PyPI

env:
CIBW_SKIP: cp27-* #Skip building python 2.7
# 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 adc7f40

Please sign in to comment.