Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:darrenburns/ward
Browse files Browse the repository at this point in the history
  • Loading branch information
Darren Burns committed Oct 17, 2019
2 parents 746c5a7 + 39da708 commit b282877
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,13 @@ jobs:
name: Build and publish to PyPI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build Python distributon
run: sudo python "$GITHUB_WORKSPACE/setup.py" sdist bdist_wheel
run: |
python3 -m pip install --user --upgrade setuptools wheel
python3 "$GITHUB_WORKSPACE/setup.py" sdist bdist_wheel
- name: Publish a Python distribution to PyPI
if: success()
uses: pypa/gh-action-pypi-publish@66f4ba74
with:
user: __token__
Expand Down

0 comments on commit b282877

Please sign in to comment.