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

drop appveyor and release with GitHub Actions #179

Merged
merged 10 commits into from
Jan 5, 2023
Merged
Prev Previous commit
Next Next commit
add build step
  • Loading branch information
aerispaha committed Jan 4, 2023
commit 6e63ba45d01294a75a6283d10ec883731e8259d3
2 changes: 2 additions & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- name: Build package
- run: pip install wheel && python setup.py bdist_wheel
- name: Publish package
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down