diff --git a/.github/workflows/publish-pypi-deploy.yml b/.github/workflows/publish-pypi-deploy.yml index c7a3d7e5e..b030b4426 100644 --- a/.github/workflows/publish-pypi-deploy.yml +++ b/.github/workflows/publish-pypi-deploy.yml @@ -50,7 +50,7 @@ jobs: python -c "import pytest; pytest.main(['--pyargs', 'pynetdicom.tests'])" deploy: - name: Upload wheels to PyPI + name: Upload release to PyPI needs: [ build_and_test ] runs-on: ubuntu-latest environment: @@ -60,7 +60,7 @@ jobs: id-token: write steps: - - name: Download the wheels + - name: Download the package files uses: actions/download-artifact@v4 with: path: dist/ diff --git a/docs/changelog/v2.1.0.rst b/docs/changelog/v2.1.0.rst index 1ad238c77..b4b84e75b 100644 --- a/docs/changelog/v2.1.0.rst +++ b/docs/changelog/v2.1.0.rst @@ -12,7 +12,7 @@ Fixes * Fixed maximum length of *Patient ID* attribute in ``qrscp`` app (:issue:`785`) * Sanitise filenames for received datasets for non-conformant SOP Instance UIDs (:issue:`823`) -* Fixed :attr:~pynetdicom._config.LOG_REQUEST_IDENTIFIERS` not applying to +* Fixed :attr:`~pynetdicom._config.LOG_REQUEST_IDENTIFIERS` not applying to :meth:`Association.send_c_find()`, :meth:`Association.send_c_move()` and :meth:`Association.send_c_get()` (:issue:`911`) @@ -29,7 +29,7 @@ Enhancements * Added support for :class:`Inventory Query/Retrieve Service Class ` (:issue:`879`) * Added support for :class:`Storage Management Service Class - ` (:issue:`880`) + ` (:issue:`880`) * Added :meth:`~pynetdicom.events.Event.encoded_dataset` to simplify accessing the encoded dataset without first decoding it * Added a check to :meth:`~pynetdicom.association.Association.send_c_store` to