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

Commit ee57978

Browse files
will-ricebrentspell
authored andcommitted
Update git workflow to use manylinux build
1 parent 99422f0 commit ee57978

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ jobs:
2626
env:
2727
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
2828
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
29+
uses: RalfG/python-wheels-manylinux-build@v0.3.3
30+
with:
31+
python-versions: "cp38-cp38"
2932
run: |
3033
python setup.py sdist bdist_wheel
31-
twine upload dist/*
34+
twine upload dist/*-manylinux*.whl
35+
twine upload dist/*.tar.gz

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161

6262
setuptools.setup(
6363
name="spokestack",
64-
version="0.0.16",
64+
version="0.0.17",
6565
author="Spokestack",
6666
author_email="support@spokestack.io",
6767
description="Spokestack Library for Python",

0 commit comments

Comments
 (0)