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.3a0
Browse files Browse the repository at this point in the history
Darren Burns committed Oct 17, 2019
1 parent 5beba43 commit a7073bf
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -10,8 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Build Python distributon
run: |
python3 setup.py sdist bdist_wheel
run: sudo python setup.py sdist bdist_wheel
- name: Publish a Python distribution to PyPI
uses: pypa/gh-action-pypi-publish@66f4ba74
with:
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
with open("README.md", "r") as fh:
long_description = fh.read()

version = "0.6.2a0"
version = "0.6.3a0"

setup(
name="ward",

0 comments on commit a7073bf

Please sign in to comment.