Skip to content

Commit

Permalink
fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
ringsaturn committed Oct 25, 2024
1 parent 7437324 commit c74ab85
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@ jobs:
url: https://pypi.org/p/apopy
permissions:
id-token: write
env:
TRUSTED_PUBLISHING: always
steps:
- uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v3
with:
enable-cache: true
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version-file: "pyproject.toml"
- name: Install uv
uses: astral-sh/setup-uv@v3
with:
enable-cache: true

- run: make build

- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
- run: uv publish
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ help:
@echo " all - Run lock, sync, fmt, lint, and test"

build:
uv build
uv build --no-sources

fmt:
uv run ruff check --select I --fix .
Expand Down

0 comments on commit c74ab85

Please sign in to comment.