Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
chore: revert some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
christopappas committed Dec 6, 2023
1 parent 95b0ea8 commit ab16cb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ Although we have stopped integrating new contributions, we always appreciate sec

**Post merge:**
- [ ] Tag pushed and a new [version](https://github.com/openedx/ecommerce-worker/releases) released
- **Warning**: Select the proper branch to create the release from (**master** vs. **2u/main**)
- *Note*: Assets will be added automatically. You just need to provide a tag (should match your version number) and title and description.
- [ ] After versioned build finishes in [GitHub CI](https://github.com/openedx/ecommerce-worker/actions?query=workflow%3A%22Python+CI%22), verify version has been pushed to [PyPI](https://pypi.org/project/edx-ecommerce-worker/)
- Each step in the release build has a condition flag that checks if the rest of the steps are done and if so will deploy to PyPi.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ def get_version(file_path):
return version_match.group('version_number')
raise RuntimeError('Unable to find version string.')


VERSION = get_version("ecommerce_worker/__init__.py")

package_name = os.environ.get('PACKAGE_BUILD_NAME', 'edx-ecommerce-worker')

setup(
name=package_name,
name='edx-ecommerce-worker',
version=VERSION,
description='Celery tasks supporting the operations of edX\'s ecommerce service',
long_description=long_description,
Expand Down

0 comments on commit ab16cb0

Please sign in to comment.