Skip to content

Commit

Permalink
prepare release v0.1.1 (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
tgolsson authored Nov 11, 2022
1 parent 64f2765 commit df99c1a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Publish Packages to PyPi
env:
TWINE_PASSWORD_TESTPYPI: ${{ secrets.TEST_PYPI }}
TWINE_USERNAME_TESTPYPI: __token__
TWINE_PASSWORD_PYPI: ${{ secrets.PYPI }}
TWINE_USERNAME_PYPI: __token__

run: ./pants publish //:package
4 changes: 2 additions & 2 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ python_distribution(
],
provides=python_artifact(
name="pants_backend_mdbook",
version="0.1.0",
version="0.1.1",
long_description_content_type="markdown",
),
long_description_path="README.md",
wheel_config_settings={"--global-option": ["--python-tag", "py38.py39"]},
repositories=["@testpypi"],
repositories=["@pypi"],
)
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "pants_backend_mdbook"
description = "A MdBook documentation builder plugin for the Pants buildsystem."
version = "0.1.0"
version = "0.1.1"
authors = [
{ name = "Tom Solberg", email = "[email protected]" }
]
Expand All @@ -18,8 +18,8 @@ classifiers = [
]

[project.urls]
repository = "https://github.com/tgolsson/pants-backend-mdbook"
changelog = "https://github.com/tgolsson/pants-backend-mdbook/tree/main/CHANGELOG.md"
Repository = "https://github.com/tgolsson/pants-backend-mdbook"
Changelog = "https://github.com/tgolsson/pants-backend-mdbook/tree/main/CHANGELOG.md"

[tool.pdm.build]
includes = [
Expand Down

0 comments on commit df99c1a

Please sign in to comment.