We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2c5ee3 commit 9d0895fCopy full SHA for 9d0895f
1 file changed
.github/workflows/pypi-release.yml
@@ -8,6 +8,7 @@ on:
8
9
env:
10
PYPI_PROJECT_URL: "https://pypi.org/p/django-altcha"
11
+ BUILD_VERSION: "1.4.0"
12
13
jobs:
14
build-python-dist:
@@ -28,7 +29,7 @@ jobs:
28
29
python-version: 3.14
30
31
- name: Install pypa/build
- run: python -m pip install build --user
32
+ run: python -m pip install "build==${BUILD_VERSION}" --user
33
34
- name: Build a binary wheel and a source tarball
35
run: python -m build --sdist --wheel --outdir dist/
0 commit comments