Skip to content

Commit 659ea8e

Browse files
committed
update CI
1 parent 00a9e13 commit 659ea8e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
- uses: actions/checkout@master
1212

1313

14-
- name: Set up Python 3.7
14+
- name: Set up Python 3.8
1515
uses: actions/setup-python@v1
1616
with:
17-
python-version: 3.7
17+
python-version: 3.8
1818
- name: Check Version
1919
run: test ${{ github.event.release.tag_name }} = `python -c "import scorep._version; print('v'+scorep._version.__version__)"`
2020

@@ -35,7 +35,7 @@ jobs:
3535
run: >-
3636
python -m
3737
build --sdist --outdir dist/ .
38-
- name: Publish distribution 📦 to Test PyPI
38+
- name: Publish distribution 📦 to PyPI
3939
uses: pypa/gh-action-pypi-publish@master
4040
with:
4141
password: ${{ secrets.PYPI_API_TOKEN }}

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
python: [2.7, 3.5, 3.6, 3.7, 3.8, 'pypy-2.7', 'pypy-3.6', 'pypy-3.7']
12+
python: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10, 'pypy-2.7', 'pypy-3.6', 'pypy-3.7', 'pypy-3.8']
1313
fail-fast: false
1414

1515
steps:

0 commit comments

Comments
 (0)