Skip to content

Commit

Permalink
use different comprssion in setup.cfg due to twine upload error
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBubel committed Jan 12, 2024
1 parent 207034b commit ca597d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
needs: develop-matrix
if: github.event_name == 'release' # && github.event.action == 'created'
# if: github.event_name == 'release' # && github.event.action == 'created'
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ upload-dir = doc/build/html

[easy_install]

[bdist_wheel]
universal = 1

0 comments on commit ca597d4

Please sign in to comment.