From 9395efba2a692f29874e2edc23e19ee1ce910942 Mon Sep 17 00:00:00 2001 From: Agrendalath Date: Mon, 17 Oct 2022 17:55:38 +0200 Subject: [PATCH] build: fix publishing releases --- .github/workflows/pypi-publish.yml | 2 +- CHANGELOG.rst | 4 ++-- README.rst | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pypi-publish.yml b/.github/workflows/pypi-publish.yml index 4d4e70c..fca0a5c 100644 --- a/.github/workflows/pypi-publish.yml +++ b/.github/workflows/pypi-publish.yml @@ -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 }} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 681b7f5..1af429d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -16,8 +16,8 @@ Unreleased * -[0.1.0] - 2022-09-29 -************************************************ +[1.0.0] - 2022-10-17 +******************** Added ===== diff --git a/README.rst b/README.rst index 6489ef1..e66fdde 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,5 @@ openedx-events-sender -############################# +##################### |pypi-badge| |ci-badge| |codecov-badge| |doc-badge| |pyversions-badge| |license-badge| |status-badge| @@ -115,7 +115,7 @@ COURSE_ENROLLMENT_CHANGED ------------------------- Example payload -^^^^^^^^^^^^ +^^^^^^^^^^^^^^^ .. code-block:: json