Skip to content

Commit

Permalink
using rye build
Browse files Browse the repository at this point in the history
  • Loading branch information
Proteusiq committed Aug 12, 2024
1 parent cf2d9f3 commit 8bfeea2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,15 @@ jobs:
id-token: write
steps:
- uses: actions/checkout@v3
- uses: eifinger/setup-rye@v3


- uses: actions/setup-python@v4
with:
python-version: "3.12.2"

- name: deps
run: python -m pip install -U build

- name: build
run: python -m build
run: rye build

- name: mint API token
id: mint-token
Expand Down

0 comments on commit 8bfeea2

Please sign in to comment.