Skip to content

Commit

Permalink
fixed rye publish with twine version patch
Browse files Browse the repository at this point in the history
  • Loading branch information
geovicco-dev committed Jul 18, 2024
1 parent 416a717 commit ed21808
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ jobs:
run: |
curl -sSf https://rye.astral.sh/get | RYE_VERSION="0.32.0" RYE_INSTALL_OPTION="--yes" bash
echo "$HOME/.rye/shims" >> $GITHUB_PATH
- name: Set up Rye
uses: eifinger/setup-rye@v3
- name: Patch Rye
run: |
echo "Patching Rye with Twine 5.1.1"
$RYE_HOME/self/bin/pip install twine==5.1.1
- name: Install dependencies
run: rye pin 3.10 && rye sync
- name: Build package
Expand Down

0 comments on commit ed21808

Please sign in to comment.