We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c5e04d commit c229716Copy full SHA for c229716
.github/workflows/pypi-release.yml
@@ -7,15 +7,15 @@ on:
7
jobs:
8
9
push:
10
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
11
12
steps:
13
- name: Checkout
14
uses: actions/checkout@v4
15
- name: setup python
16
uses: actions/setup-python@v5
17
with:
18
- python-version: 3.5
+ python-version: 3.11
19
20
- name: Install pip
21
run: pip install pip
codejail/__init__.py
@@ -1,3 +1,3 @@
1
"""init"""
2
3
-__version__ = '3.5.0'
+__version__ = '3.5.1'
0 commit comments