Skip to content

Commit

Permalink
toml build system fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nekufa committed Sep 11, 2023
1 parent e506f24 commit 800ba0d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
url: https://pypi.org/p/sharded-queue
permissions:
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
steps:
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"

[project]
name = "sharded-queue"
version = "0.0.1"
Expand Down

0 comments on commit 800ba0d

Please sign in to comment.