Skip to content

Commit

Permalink
change sdist versions too
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGupta2012 committed Dec 5, 2024
1 parent e832c9f commit b3ff9c0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,11 @@ jobs:
with:
python-version: "3.11"

- name: Update pre-release version
env:
PRE_RELEASE_BUILD: "true"
run: bash bin/cibw/pre_build.sh .

- name: Build source distribution
run: bash bin/build_sdist.sh

Expand All @@ -128,7 +133,7 @@ jobs:
path: dist/*.tar.gz

pypi-publish:
name: Build pre-release dist & upload to PyPI
name: Download pre-release artifacts & upload to PyPI
needs: [build_wheels, build_sdist]
runs-on: ubuntu-latest
environment: release
Expand Down

0 comments on commit b3ff9c0

Please sign in to comment.