diff --git a/.github/workflows/release_to_pypi.yaml b/.github/workflows/release_to_pypi.yaml index 5dd223e..1e46b44 100644 --- a/.github/workflows/release_to_pypi.yaml +++ b/.github/workflows/release_to_pypi.yaml @@ -1,4 +1,4 @@ -name: Publish ${package_name} to PyPI / GitHub +name: Publish pydsol-core to PyPI / GitHub on: push: @@ -33,7 +33,7 @@ jobs: id: create_release uses: actions/create-release@v1 env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, with: tag_name: ${{ github.ref }} release_name: ${{ github.ref }} diff --git a/pyproject.toml b/pyproject.toml index 65ffbb5..10721e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ readme = "README.rst" authors = [{ name = "Alexander Verbraeck", email = "a.verbraeck@gmail.com" }] license = { file = "LICENSE" } classifiers = [ - "License :: OSI Approved :: BSD-3-Clause", + "License :: OSI Approved :: BSD License", "Programming Language :: Python", "Programming Language :: Python :: 3", ]