Skip to content

Commit 70c3ec5

Browse files
author
Feanil Patel
authored
Merge pull request #1210 from openedx/feanil/fix_pypi_publishing
feanil/fix pypi publishing
2 parents 6332873 + b6a01e9 commit 70c3ec5

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/publish-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Setup python
1313
uses: actions/setup-python@v2
1414
with:
15-
python-version: 3.12
15+
python-version: 3.11
1616

1717
- name: Install pip
1818
run: pip install -r requirements/pip.txt

edx_proctoring/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
"""
44

55
# Be sure to update the version number in edx_proctoring/package.json
6-
__version__ = '4.18.0'
6+
__version__ = '4.18.1'

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@edx/edx-proctoring",
33
"//": "Note that the version format is slightly different than that of the Python version when using prereleases.",
4-
"version": "4.18.0",
4+
"version": "4.18.1",
55
"main": "edx_proctoring/static/index.js",
66
"scripts": {
77
"test": "gulp test"

0 commit comments

Comments
 (0)