Skip to content

Commit

Permalink
Fix classifier and path
Browse files Browse the repository at this point in the history
  • Loading branch information
tupui committed Jul 14, 2024
1 parent 0144068 commit a6e590e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: pip install hatch

- name: Build
run: hatch build
run: cd tansu && hatch build

- name: Generate artifact attestation for sdist and wheels
uses: actions/attest-build-provenance@5e9cb68e95676991667494a6a4e59b8a2f13e1d0
Expand Down
1 change: 0 additions & 1 deletion tansu/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ classifiers = [
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.12",
"Software Development :: Version Control :: git",
]

keywords = [
Expand Down

0 comments on commit a6e590e

Please sign in to comment.