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

Commit

Permalink
Release 0.6.4a0
Browse files Browse the repository at this point in the history
  • Loading branch information
Darren Burns committed Oct 17, 2019
1 parent a7073bf commit e0140c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Build Python distributon
run: sudo python setup.py sdist bdist_wheel
run: python "$GITHUB_WORKSPACE/setup.py" sdist bdist_wheel
- name: Publish a Python distribution to PyPI
uses: pypa/gh-action-pypi-publish@66f4ba74
with:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
with open("README.md", "r") as fh:
long_description = fh.read()

version = "0.6.3a0"
version = "0.6.4a0"

setup(
name="ward",
Expand Down

0 comments on commit e0140c0

Please sign in to comment.