Skip to content

Commit 66bf5d2

Browse files
authored
Merge pull request #205 from openedx/feanil/fix_release_workflow
fix: Bump the version of the release workflow.
2 parents 0c5e04d + c229716 commit 66bf5d2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pypi-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ on:
77
jobs:
88

99
push:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-latest
1111

1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v4
1515
- name: setup python
1616
uses: actions/setup-python@v5
1717
with:
18-
python-version: 3.5
18+
python-version: 3.11
1919

2020
- name: Install pip
2121
run: pip install pip

codejail/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""init"""
22

3-
__version__ = '3.5.0'
3+
__version__ = '3.5.1'

0 commit comments

Comments
 (0)