Skip to content

Commit 235a456

Browse files
committed
build: Release 0.34.1 and delete tmp-openedx-learning
Due to some PyPI/GHA mix-ups, I deleted 0.34.0 from PyPI. You can't re-upload a deleted release, so we're re-releasing openedx-core with an initial version of 0.34.1. Part of: #470
1 parent 1d214c3 commit 235a456

File tree

3 files changed

+4
-72
lines changed

3 files changed

+4
-72
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -20,29 +20,11 @@ jobs:
2020
- name: Install pip
2121
run: pip install -r requirements/pip.txt
2222

23-
# TEMPORARY: Build and publish the transitional openedx-learning shell package
24-
# instead of the real openedx-core package.
25-
# TODO: Revert after the transition is complete.
26-
# See https://github.com/openedx/openedx-learning/issues/470
23+
- name: Build the package (openedx-core)
24+
run: python setup.py sdist bdist_wheel
2725

28-
# - name: Build the package (openedx-core)
29-
# run: python setup.py sdist bdist_wheel
30-
#
31-
# - name: Publish openedx-core to PyPI
32-
# uses: pypa/gh-action-pypi-publish@release/v1
33-
# with:
34-
# user: __token__
35-
# password: ${{ secrets.PYPI_UPLOAD_TOKEN }}
36-
#
37-
- name: Build shell package (openedx-learning)
38-
run: |
39-
cd tmp-openedx-learning
40-
python setup.py sdist bdist_wheel
41-
cd ..
42-
43-
- name: Publish openedx-learning shell to PyPI
26+
- name: Publish openedx-core to PyPI
4427
uses: pypa/gh-action-pypi-publish@release/v1
4528
with:
4629
user: __token__
4730
password: ${{ secrets.PYPI_UPLOAD_TOKEN }}
48-
packages-dir: tmp-openedx-learning/dist/

src/openedx_core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
"""
77

88
# The version for the entire repository
9-
__version__ = "0.34.0"
9+
__version__ = "0.34.1"

tmp-openedx-learning/setup.py

Lines changed: 0 additions & 50 deletions
This file was deleted.

0 commit comments

Comments
 (0)