Skip to content

Commit 2fd9c88

Browse files
committed
Exclude the combination python 3.11 and macos from publish workflow.
1 parent 7ed9e0e commit 2fd9c88

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Publish PyPi package for all platforms
2-
run-name: ${{ github.actor }} testing freesasa-python
2+
run-name: ${{ github.actor }} publishing freesasa-python
33
on:
44
release:
55
types: [published]
@@ -13,6 +13,9 @@ jobs:
1313
matrix:
1414
os: [macos-latest, windows-latest] # we'll use the sdist for linux
1515
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
16+
exclude:
17+
- os: macos-latest
18+
python-version: 3.11
1619
runs-on: ${{ matrix.os }}
1720
steps:
1821
- name: "Check out code"

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.0b1',
59+
version= '2.2.0b2',
6060
description='Calculate solvent accessible surface areas of proteins',
6161
long_description=long_description,
6262
author='Simon Mitternacht',

0 commit comments

Comments
 (0)