Skip to content

Commit

Permalink
Merge branch 'release/4.42.0b1' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
rmk135 committed Aug 8, 2024
2 parents b1a3a69 + 1b9e079 commit f56453f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publishing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: 3.12
- run: python setup.py sdist
- run: |
python -m pip install --upgrade pip setuptools
python setup.py sdist
- uses: actions/upload-artifact@v3
with:
path: ./dist/*
Expand Down

0 comments on commit f56453f

Please sign in to comment.