Skip to content

Commit

Permalink
ci: setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain committed May 24, 2024
1 parent 0f9f22c commit 401cc32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
python-version: 3.9
- name: Install setuptools
run: python -m pip install --upgrade setuptools wheel twine
run: python -m pip install --upgrade "setuptools<70" wheel twine
- name: Release (JS + Python)
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down

0 comments on commit 401cc32

Please sign in to comment.