Skip to content

Commit

Permalink
build: fix publishing releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Agrendalath committed Oct 17, 2022
1 parent a36490b commit 9395efb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: python setup.py sdist bdist_wheel

- name: Publish to PyPi
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_UPLOAD_TOKEN }}
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Unreleased

*

[0.1.0] - 2022-09-29
************************************************
[1.0.0] - 2022-10-17
********************

Added
=====
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
openedx-events-sender
#############################
#####################

|pypi-badge| |ci-badge| |codecov-badge| |doc-badge| |pyversions-badge|
|license-badge| |status-badge|
Expand Down Expand Up @@ -115,7 +115,7 @@ COURSE_ENROLLMENT_CHANGED
-------------------------

Example payload
^^^^^^^^^^^^
^^^^^^^^^^^^^^^

.. code-block:: json
Expand Down

0 comments on commit 9395efb

Please sign in to comment.