Skip to content

Commit

Permalink
chire: build action
Browse files Browse the repository at this point in the history
  • Loading branch information
phi-friday committed Sep 13, 2024
1 parent 9463553 commit f5b40e0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,7 @@ jobs:
run: curl -LsSf https://astral.sh/uv/install.sh | sh

- name: Build package
run: |
VERSION=$(uvx dunamai from any --no-metadata --style pep440)
echo $VERSION
uvx --from=toml-cli toml set --toml-path=pyproject.toml project.version $VERSION
uv build
run: uv build

- name: Publish package distributions to PyPI
id: publish-pypi
Expand Down

0 comments on commit f5b40e0

Please sign in to comment.