Skip to content

Commit

Permalink
Merge pull request #94 from openedx/feanil/update_publishing
Browse files Browse the repository at this point in the history
build: Be able to build wheels for publishing.
  • Loading branch information
feanil authored Apr 16, 2024
2 parents 1369f33 + 8bd4746 commit c5c9fa1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:

- name: Run Coverage
if: matrix.python-version == '3.8' && matrix.toxenv=='unittest'
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
python-version: 3.8

- name: Install pip
run: pip install -U pip
run: pip install -U pip wheel

- name: Build package
run: python setup.py sdist bdist_wheel
Expand Down
2 changes: 1 addition & 1 deletion ccx_keys/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""init"""

__version__ = '1.2.2'
__version__ = '1.3.0'

0 comments on commit c5c9fa1

Please sign in to comment.