Skip to content

Commit

Permalink
try to fix this.
Browse files Browse the repository at this point in the history
  • Loading branch information
EarningsCall committed May 27, 2024
1 parent a4f41de commit d5897a2
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,14 @@ jobs:
- name: Install Rye
run: |
curl -sSf https://rye.astral.sh/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
# $(HOME)/.rye/shims/rye pin $(PYTHON_VERSION)
# $(HOME)/.rye/shims/rye sync --no-lock
# https://rye.astral.sh/guide/publish/
- name: Build a binary wheel and sdist
run: |
$(HOME)/.rye/shims/rye build
source ~/.rye/env
rye sync
rye build
- name: Store the distribution packages
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit d5897a2

Please sign in to comment.