Skip to content

Commit d3d5ad0

Browse files
committed
Try using older version of setup-python action.
1 parent c720a37 commit d3d5ad0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: "Get upstream C library"
2424
run: git submodule update --init
2525
- name: Set up Python ${{ matrix.python-version }}
26-
uses: actions/setup-python@v4
26+
uses: actions/setup-python@v4.3.0
2727
with:
2828
cache: "pip"
2929
python-version: ${{ matrix.python-version }}

setup.py

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

5757
setup(
5858
name='freesasa',
59-
version= '2.2.0rc3',
59+
version= '2.2.0rc4',
6060
description='Calculate solvent accessible surface areas of proteins',
6161
long_description=long_description,
6262
author='Simon Mitternacht',

0 commit comments

Comments
 (0)