Skip to content

Commit

Permalink
Updates in action script and pyproject.toml to publish to PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
averbraeck committed Mar 1, 2023
1 parent 137ea1a commit 0943746
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_to_pypi.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish ${package_name} to PyPI / GitHub
name: Publish pydsol-core to PyPI / GitHub

on:
push:
Expand Down Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ readme = "README.rst"
authors = [{ name = "Alexander Verbraeck", email = "[email protected]" }]
license = { file = "LICENSE" }
classifiers = [
"License :: OSI Approved :: BSD-3-Clause",
"License :: OSI Approved :: BSD License",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
]
Expand Down

0 comments on commit 0943746

Please sign in to comment.