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

Commit 234ed67

Browse files
authored
Update python-publish.yml (#48)
1 parent 3ec112f commit 234ed67

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
- name: Set up Python
1717
uses: actions/setup-python@v2
1818
with:
19-
python-version: "3.x"
19+
python-version: "3.8"
2020
- name: Install dependencies
2121
run: |
2222
python -m pip install --upgrade pip
23-
pip install setuptools wheel twine
23+
pip install setuptools numpy Cython wheel twine
2424
- name: Build and publish
2525
env:
2626
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}

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.15",
64+
version="0.0.16",
6565
author="Spokestack",
6666
author_email="support@spokestack.io",
6767
description="Spokestack Library for Python",

0 commit comments

Comments
 (0)