Skip to content

Commit

Permalink
build: fix pypi-publish workflow (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSadiq authored Sep 25, 2023
1 parent 8d02989 commit 6211683
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Publish package to PyPi

on:
release:
types: [published]
push:
tags:
- "*"

jobs:

Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ Change Log
Unreleased
~~~~~~~~~~

[0.14.55] - 2023-09-25
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* Fixed PyPI Publish workflow

[0.14.53] - 2023-09-22
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* Added Django 4.2 Support
Expand Down
2 changes: 1 addition & 1 deletion notices/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
An edx-platform plugin which manages notices that must be acknowledged.
"""

__version__ = "0.14.54"
__version__ = "0.14.55"

0 comments on commit 6211683

Please sign in to comment.