Skip to content

Commit

Permalink
Update build-laplaciannb.yml
Browse files Browse the repository at this point in the history
Twine issue fix
  • Loading branch information
EdgarHarutyunian authored Feb 7, 2025
1 parent ce1d73a commit a4e7c54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-laplaciannb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
- name: Install pdm
run: python3 -m pip install --upgrade pip pdm

# Step 4: Install Twine
- name: Install Twine
run: python3 -m pip install --upgrade pip pdm
# Step 4: Install Twine in pdm's Virtual Environment
- name: Install Twine in PDM Environment
run: python3 -m pip install --upgrade twine

# Step 5: Build a binary wheel and a source tarball
- name: Build a binary wheel and a source tarball
Expand Down

0 comments on commit a4e7c54

Please sign in to comment.