diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index f4124c2..c8d9006 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -63,7 +63,7 @@ jobs: path: ${{ env.LIBRARY_NAME }}-artifacts - name: "Upload artifacts to PyPI using trusted publisher" - uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0 + uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0 with: repository-url: "https://upload.pypi.org/legacy/" print-hash: true diff --git a/doc/changelog.d/63.maintenance.md b/doc/changelog.d/63.maintenance.md new file mode 100644 index 0000000..b062dd3 --- /dev/null +++ b/doc/changelog.d/63.maintenance.md @@ -0,0 +1 @@ +Bump pypa/gh-action-pypi-publish from 1.13.0 to 1.14.0 in the actions group diff --git a/pyproject.toml b/pyproject.toml index dfec3bd..ebee4f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,6 @@ doc = [ "sphinxnotes-strike==1.2.1; python_version <= '3.10'", ] - [tool.flit.module] name = "ansys.scade.python_wrapper" @@ -132,7 +131,6 @@ show_missing = true testpaths = "tests" addopts = "-ra --cov=ansys.scade.python_wrapper --cov-report html:.cov/html --cov-branch --cov-report xml:.cov/xml --cov-report term -vv" - [tool.towncrier] package = "ansys.scade.python_wrapper" directory = "doc/changelog.d" @@ -143,13 +141,13 @@ title_format = "`{version}