Skip to content

Commit

Permalink
Improve CI/CD workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
ssenart committed Apr 9, 2021
1 parent a4b20c3 commit ce61f81
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.5, 3.6, 3.7, 3.8]
python-version: [3.8]

steps:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.5, 3.6, 3.7, 3.8]
python-version: [3.8]

steps:

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ console_scripts =
pygazpar = pygazpar.__main__:main

[bdist_wheel]
universal = True
universal = False
plat-name = any
python-tag = cp38

0 comments on commit ce61f81

Please sign in to comment.