Skip to content

Commit

Permalink
Install rye and run rye build.
Browse files Browse the repository at this point in the history
  • Loading branch information
EarningsCall committed May 27, 2024
1 parent e254ba9 commit 2be5beb
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,14 @@ jobs:
pip install
build
--user
- name: Build a binary wheel and a source tarball
run: python3 -m build
- name: Install Rye
run: |
curl -sSf https://rye-up.com/get | RYE_NO_AUTO_INSTALL=1 RYE_INSTALL_OPTION="--yes" bash
$(HOME)/.rye/shims/rye pin $(PYTHON_VERSION)
$(HOME)/.rye/shims/rye sync --no-lock
- name: Build a binary wheel
run: |
$(HOME)/.rye/shims/rye build
- name: Store the distribution packages
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 2be5beb

Please sign in to comment.