Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

Commit

Permalink
Update git workflow to use manylinux build
Browse files Browse the repository at this point in the history
  • Loading branch information
will-rice authored and brentspell committed Feb 26, 2021
1 parent 99422f0 commit ee57978
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
uses: RalfG/python-wheels-manylinux-build@v0.3.3
with:
python-versions: "cp38-cp38"
run: |
python setup.py sdist bdist_wheel
twine upload dist/*
twine upload dist/*-manylinux*.whl
twine upload dist/*.tar.gz
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@

setuptools.setup(
name="spokestack",
version="0.0.16",
version="0.0.17",
author="Spokestack",
author_email="support@spokestack.io",
description="Spokestack Library for Python",
Expand Down

0 comments on commit ee57978

Please sign in to comment.