Skip to content

Commit

Permalink
bump v0.3.1 - lock pypi action to python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Mather committed Feb 23, 2023
1 parent 84c3b85 commit 3272f3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_to_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: '3.x'
python-version: '3.8'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
link_args = ["-static"]

# in development set version to none and ...
PYPI_VERSION = "0.3" # Note: don't add any dashes if you want to use conda, use b1 not .b1
PYPI_VERSION = "0.3.1" # Note: don't add any dashes if you want to use conda, use b1 not .b1

# Return the git revision as a string (from numpy)

Expand Down

0 comments on commit 3272f3c

Please sign in to comment.