Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mac Compatibility & Github Workflow #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

K0lb3
Copy link
Contributor

@K0lb3 K0lb3 commented Mar 16, 2020

This PR makes decrunch compatible with Mac and adds tests for Linux, Mac, and Windows on travis and Github Actions.

The commented section at the end of .github/workflows/python-package.yml can be used to upload wheels for Mac and Windows to pypi.

- name: Build and publish if: success() && runner.os != 'Linux' && github.event_name == 'push' env: TWINE_USERNAME: __token__ TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }} run: | python setup.py sdist bdist_wheel twine upload dist/* --skip-existing

secrets.PYPI_TOKEN has to be set in the settings of the github project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant