Skip to content

Commit

Permalink
Revert "TEMP: rename Python package to taplo-test"
Browse files Browse the repository at this point in the history
This reverts commit a998432.
  • Loading branch information
redeboer committed Feb 7, 2024
1 parent ebe50e3 commit 72f4b60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- run: pip install taplo-test --no-index --find-links wheels/
- run: pip install taplo --no-index --find-links wheels/
- run: taplo help

release:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["maturin>=1.4,<2.0"]
build-backend = "maturin"

[project]
name = "taplo-test"
name = "taplo"
requires-python = ">=3.8"
classifiers = [
"Development Status :: 4 - Beta",
Expand Down

0 comments on commit 72f4b60

Please sign in to comment.